Skip to content

Commit

Permalink
fix: quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz committed Nov 15, 2023
1 parent f9c625c commit 79b93e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function ProfileDetails({

// biome-ignore lint/nursery/useExhaustiveDependencies: <explanation>
useEffect(() => {
if (!balanceData) setBalanceData(wagmiBalanceData);
if (wagmiBalanceData) setBalanceData(wagmiBalanceData);
}, [wagmiBalanceData?.value]);

const i18n = useContext(I18nContext);
Expand Down

0 comments on commit 79b93e6

Please sign in to comment.