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