diff --git a/app/(auth)/(tabs)/(home)/index.tsx b/app/(auth)/(tabs)/(home)/index.tsx index ea338d7f..7f564c85 100644 --- a/app/(auth)/(tabs)/(home)/index.tsx +++ b/app/(auth)/(tabs)/(home)/index.tsx @@ -283,7 +283,7 @@ export default function index() { }, ]; return ss; - }, [api, user?.Id, ...collections.map((c) => c.Id), mediaListCollections]); + }, [api, user?.Id, collections.map((c) => c.Id), mediaListCollections]); if (isConnected === false) { return (