diff --git a/client/src/ui/App.tsx b/client/src/ui/App.tsx index 255a4026..c409c515 100644 --- a/client/src/ui/App.tsx +++ b/client/src/ui/App.tsx @@ -134,6 +134,7 @@ function App() { } useEffect(() => { + console.log('Account changed', account, 'modal', modal); if (modal?.type?.name === 'ShopModal') { setModal(); }