DCABuilder slippage parameter fix
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<v-dialog v-model="showTransactionDialog" max-width="300">
|
||||
<v-card :title="title">
|
||||
<v-card-text v-if="description!==null">{{description}}</v-card-text>
|
||||
<v-card-text>Confirm this {{noun}} in your wallet.</v-card-text>
|
||||
<v-card-text v-if="s.vault">Confirm this {{noun}} in your wallet.</v-card-text>
|
||||
<v-card-text v-if="!s.vault">Creating your trading vault smart contract. Please wait a few seconds...</v-card-text>
|
||||
</v-card>
|
||||
</v-dialog>
|
||||
</v-app>
|
||||
|
||||
Reference in New Issue
Block a user