Fixed bug with useMemo changed size

This commit is contained in:
Alex Kim
2024-10-03 05:54:37 +10:00
parent 8138b37e7a
commit f4bf0b2773

View File

@@ -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 (