From 5dc7edbb624c15f6289410ca3d2fb3ff16e8594b Mon Sep 17 00:00:00 2001 From: wslyvh Date: Thu, 31 Oct 2024 16:09:16 +0100 Subject: [PATCH] remove state change --- devcon-app/src/context/account-context-provider.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/devcon-app/src/context/account-context-provider.tsx b/devcon-app/src/context/account-context-provider.tsx index 88bc01e75..f231fd281 100644 --- a/devcon-app/src/context/account-context-provider.tsx +++ b/devcon-app/src/context/account-context-provider.tsx @@ -47,8 +47,6 @@ export const AccountContextProvider = ({ children }: AccountContextProviderProps await getAccount() } catch (e) { console.log(e, 'Account fetch failed') - } finally { - setContext({ ...context, loading: false }) } }