Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
reedoooo committed Nov 25, 2023
1 parent 95cda94 commit 90e9e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const App = () => {

useEffect(() => {
if (user) {
fetchAllCollectionsForUser()
fetchAllCollectionsForUser(user.id)
.then(() => {
setIsLoading(false);
})
Expand Down

0 comments on commit 90e9e9b

Please sign in to comment.