Skip to content

Commit

Permalink
Fix wallet refresh (#4819)
Browse files Browse the repository at this point in the history
* fix finiliar app icon mmkv key

* fix
  • Loading branch information
benisgold authored May 3, 2023
1 parent a1bbd55 commit 4b67b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useRefreshAccountData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function useRefreshAccountData() {
captureException(error);
throw error;
}
}, [dispatch, network, profilesEnabled, refetchSavings]);
}, [accountAddress, dispatch, network, profilesEnabled, refetchSavings]);

const refresh = useCallback(async () => {
if (isRefreshing) return;
Expand Down

0 comments on commit 4b67b74

Please sign in to comment.