Skip to content

Commit

Permalink
fix: swap over (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
anukulpandey committed Jun 26, 2024
1 parent a20e705 commit 8548309
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/dashboard/TokenBalances.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { localizedStrings } from '../../l10n/l10n';
import './loading-animation.css';
import ReefSigners from '../../context/ReefSigners';
import { isReefswapUI, useDexConfig } from '../../environment';
import {network as nw} from '@reef-chain/util-lib';
import PoolContext from '../../context/PoolContext';
import HideBalance from '../../context/HideBalance';
import useConnectedWallet from '../../hooks/useConnectedWallet';
Expand Down Expand Up @@ -90,7 +89,7 @@ message:"waiting for transaction approval"
accounts={accounts}
hideBalance={hidebalance}
isReefswapUI={isReefswapUI}
nw={nw}
nw={network}
pools={pools}
price={tokenPrices[token.address] || 0}
token={token}
Expand Down

0 comments on commit 8548309

Please sign in to comment.