mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-01-23 04:57:21 +00:00
Fix TS6133 error
This commit is contained in:
parent
f43a68ad8f
commit
3ebb031803
@ -12,7 +12,7 @@ import { currentPage, Pages } from "./Menu"
|
||||
|
||||
|
||||
export default function ContentRenderer() {
|
||||
const [page, setPage] = useRecoilState(currentPage);
|
||||
const [page, _] = useRecoilState(currentPage);
|
||||
return (
|
||||
<>
|
||||
{ page === Pages.Profile && <><Profile /><Spotify /></> }
|
||||
|
Loading…
Reference in New Issue
Block a user