Skip to content

Commit

Permalink
Merge pull request #799 from iotaledger/fix/landing-page-stats
Browse files Browse the repository at this point in the history
Fix: Resetting price stats on stardust landing page
  • Loading branch information
msarcev authored Oct 18, 2023
2 parents 927a677 + df0c8c9 commit f92527d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/helpers/hooks/useCurrencyService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function useCurrencyService(isIota: boolean): [
) : "--"
);
}
}, [currency, currencyData]);
}, [isIota, currency, currencyData]);

return [price, marketCap];
}
Expand Down

0 comments on commit f92527d

Please sign in to comment.