line building fixes
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<v-table>
|
||||
<tbody>
|
||||
<suspense>
|
||||
<native-row :chain-id="s.chainId" :addr="s.vault" :amount="nativeBalance"
|
||||
<native-row v-if="nativeBalance" :chain-id="s.chainId" :addr="s.vault" :amount="nativeBalance"
|
||||
:on-withdraw="onWithdrawNative" :on-wrap="()=>wrapShow=true"/>
|
||||
</suspense>
|
||||
<suspense v-for="(amount,addr) of balances">
|
||||
|
||||
Reference in New Issue
Block a user