Skip to content

Commit

Permalink
temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Oct 12, 2023
1 parent 27995cc commit c895c9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/app/components/ArcadeDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ export const ArcadeDialog = () => {
});
};

useEffect(() => {
// getBalances();
}, [arcadeConnectors, fetchedBalances]);
// useEffect(() => {
// // getBalances();
// }, [arcadeConnectors, fetchedBalances]);

if (!connectors) return <div></div>;

Expand Down

1 comment on commit c895c9d

@vercel
Copy link

@vercel vercel bot commented on c895c9d Oct 12, 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.