Skip to content

Commit

Permalink
fix: get user data
Browse files Browse the repository at this point in the history
  • Loading branch information
elvisyjlin committed Feb 17, 2023
1 parent a4c08fe commit 0bddf95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ storybook-static
.eslintcache

# local env files
.env
.env.local
.env.development.local
.env.test.local
Expand Down
3 changes: 2 additions & 1 deletion apps/web/src/views/GenkiDemo/StepsPopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ const StepsPopup: React.FC<React.PropsWithChildren> = () => {

useEffect(() => {
getUserStatus();
}, [])
}, [account]);

return (
<CSSTransition in={isOpen} unmountOnExit timeout={1000} classNames="popup">
<Wrapper
Expand Down

1 comment on commit 0bddf95

@vercel
Copy link

@vercel vercel bot commented on 0bddf95 Feb 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.