Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Dec 23, 2023
1 parent 2d6afed commit 9b14b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/ui/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ function App() {
}

useEffect(() => {
console.log('Account changed', account, 'modal', modal);
if (modal?.type?.name === 'ShopModal') {
setModal(<ShopModal account={account} />);
}
Expand Down

0 comments on commit 9b14b31

Please sign in to comment.