diff --git a/src/App.js b/src/App.js index 2f136d0..57ae74b 100644 --- a/src/App.js +++ b/src/App.js @@ -48,7 +48,7 @@ const App = () => { useEffect(() => { if (user) { - fetchAllCollectionsForUser() + fetchAllCollectionsForUser(user.id) .then(() => { setIsLoading(false); })