diff --git a/packages/dashboard/src/pages/Wallets/components/FungibleTokenTableRow/index.tsx b/packages/dashboard/src/pages/Wallets/components/FungibleTokenTableRow/index.tsx index d12d21c19e26..e241e78fb8e2 100644 --- a/packages/dashboard/src/pages/Wallets/components/FungibleTokenTableRow/index.tsx +++ b/packages/dashboard/src/pages/Wallets/components/FungibleTokenTableRow/index.tsx @@ -12,6 +12,7 @@ import { useWeb3State, Web3Plugin, } from '@masknet/plugin-infra' +import { ChainId } from '@masknet/web3-shared-evm' import { useDashboardI18N } from '../../../../locales' import { ChangeNetworkTip } from './ChangeNetworkTip' import { getTokenUSDValue } from '../../utils/getTokenUSDValue' @@ -151,7 +152,7 @@ export const FungibleTokenTableRow = memo(({ asset, onSend, } placement="top" @@ -160,8 +161,12 @@ export const FungibleTokenTableRow = memo(({ asset, onSend,