diff --git a/ArtisanConnect/app/(tabs)/index.jsx b/ArtisanConnect/app/(tabs)/index.jsx index b9b3099..7ee4629 100644 --- a/ArtisanConnect/app/(tabs)/index.jsx +++ b/ArtisanConnect/app/(tabs)/index.jsx @@ -29,7 +29,7 @@ export default function Home() { if (token) { fetchNotices(); } - }, [token, fetchNotices]); + }, [token]); const notices = useNoticesStore((state) => state.notices);