From c895c9d536cc7647b600db609cfa48ec773ad11c Mon Sep 17 00:00:00 2001 From: starknetdev Date: Thu, 12 Oct 2023 22:23:21 +0100 Subject: [PATCH] temp fix --- ui/src/app/components/ArcadeDialog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/app/components/ArcadeDialog.tsx b/ui/src/app/components/ArcadeDialog.tsx index 8dfff590e..ee2b736f7 100644 --- a/ui/src/app/components/ArcadeDialog.tsx +++ b/ui/src/app/components/ArcadeDialog.tsx @@ -110,9 +110,9 @@ export const ArcadeDialog = () => { }); }; - useEffect(() => { - // getBalances(); - }, [arcadeConnectors, fetchedBalances]); + // useEffect(() => { + // // getBalances(); + // }, [arcadeConnectors, fetchedBalances]); if (!connectors) return
;