token metadata usage fixes
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<v-table>
|
||||
<tbody>
|
||||
<suspense v-for="(amount,addr) of balances">
|
||||
<token-row :addr="addr" :amount="amount" :onWithdraw="onWithdraw"/>
|
||||
<token-row :chain-id="s.chainId" :addr="addr" :amount="amount" :onWithdraw="onWithdraw"/>
|
||||
</suspense>
|
||||
</tbody>
|
||||
</v-table>
|
||||
@@ -97,7 +97,6 @@ import {vaultAddress} from "@/blockchain/contract.js";
|
||||
import {ensureVault} from "@/blockchain/wallet.js";
|
||||
import CopyButton from "@/components/CopyButton.vue";
|
||||
import Withdraw from "@/components/Withdraw.vue";
|
||||
import PhoneCard from "@/components/PhoneCard.vue";
|
||||
|
||||
const TokenRow = defineAsyncComponent(()=>import('./TokenRow.vue'))
|
||||
const s = useStore()
|
||||
|
||||
Reference in New Issue
Block a user