mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-05-13 07:28:41 +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() {
|
export default function ContentRenderer() {
|
||||||
const [page, setPage] = useRecoilState(currentPage);
|
const [page, _] = useRecoilState(currentPage);
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{ page === Pages.Profile && <><Profile /><Spotify /></> }
|
{ page === Pages.Profile && <><Profile /><Spotify /></> }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user