Skip to content

Commit

Permalink
Merge pull request #31 from Wisesofthemall/Development
Browse files Browse the repository at this point in the history
bug fixes
  • Loading branch information
Wisesofthemall authored Nov 12, 2023
2 parents fb097aa + 4121d8c commit e5669aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ NEXT_PUBLIC_measurementId=

# Blockers

-[ ] adding a video algorithm
- [ ] adding a video algorithm

- [ ] setting up video properly
2 changes: 2 additions & 0 deletions app/components/filmz/FilmzCreator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ function FilmzCreator({}: Props) {
useEffect(() => {
if (loginUser) {
getInfo();
} else {
setUserInfo({});
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [loginUser]);
Expand Down

0 comments on commit e5669aa

Please sign in to comment.