Skip to content

Commit

Permalink
remove state change
Browse files Browse the repository at this point in the history
  • Loading branch information
wslyvh committed Oct 31, 2024
1 parent 78cd259 commit 5dc7edb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devcon-app/src/context/account-context-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export const AccountContextProvider = ({ children }: AccountContextProviderProps
await getAccount()
} catch (e) {
console.log(e, 'Account fetch failed')
} finally {
setContext({ ...context, loading: false })
}
}

Expand Down

0 comments on commit 5dc7edb

Please sign in to comment.