From 90e9e9bf44690424d751f29454619758493d2891 Mon Sep 17 00:00:00 2001 From: Reed Vogt Date: Fri, 24 Nov 2023 21:19:19 -0800 Subject: [PATCH] add --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); })