This commit is contained in:
2025-06-13 18:17:42 +02:00
parent 67cf21230d
commit 7efe9d91c3

View File

@@ -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);