dumb fix
This commit is contained in:
@@ -29,7 +29,7 @@ export default function Home() {
|
|||||||
if (token) {
|
if (token) {
|
||||||
fetchNotices();
|
fetchNotices();
|
||||||
}
|
}
|
||||||
}, [token, fetchNotices]);
|
}, [token]);
|
||||||
|
|
||||||
const notices = useNoticesStore((state) => state.notices);
|
const notices = useNoticesStore((state) => state.notices);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user