bugfixes
This commit is contained in:
@@ -11,12 +11,6 @@
|
||||
</v-card-text>
|
||||
</div>
|
||||
<div v-if="hasVault">
|
||||
<!--
|
||||
<v-card-title>
|
||||
Your Deposit Address {{ s.vaults.length > 1 ? '#' + (num + 1) : '' }}
|
||||
</v-card-title> <!– todo vault nicknames –>
|
||||
-->
|
||||
|
||||
<v-card-subtitle class="overflow-x-hidden">
|
||||
<copy-button :text="addr">Deposit {{addr}}</copy-button>
|
||||
</v-card-subtitle>
|
||||
@@ -30,12 +24,12 @@
|
||||
everything looks good.
|
||||
</p>
|
||||
-->
|
||||
<p v-if="!s.mockenv">There are no funds currently in your vault.
|
||||
<!-- todo re-enable deposit UI
|
||||
Send tokens to the address above to fund your vault. -->
|
||||
<p v-if="!s.mockenv">
|
||||
There are no funds currently in your vault. Send tokens to the address above to fund your trading vault.
|
||||
</p>
|
||||
<p v-if="s.mockenv">
|
||||
There are no funds currently in your vault. Use the faucet below to mint some testnet coins.
|
||||
</p>
|
||||
<p v-if="s.mockenv">There are no funds currently in your vault. Use the faucet below to mint some testnet coins
|
||||
into your vault.</p>
|
||||
</v-card-text>
|
||||
<v-card-item v-if="!empty">
|
||||
<v-table>
|
||||
|
||||
Reference in New Issue
Block a user