Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Jan 30, 2025
1 parent 467efd3 commit df07366
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ export function BalanceWidget({

if (isLoading || !account) return <BalanceWidget.Loader />;

// const _totalValue = useMemo(() => assetsWithAmount.reduce((acc, asset) => {
// console.log('fsk asset', asset);
// // return acc + asset.amount;
// return 0;
// }, 0), [assetsWithAmount]);

const totalValue = `$${totalBalanceInUsd?.toFixed?.(2) || '0.00'}`;

return (
Expand Down

0 comments on commit df07366

Please sign in to comment.