added progress percentage

This commit is contained in:
FreezyEx 2022-10-13 16:33:49 +02:00
parent 1702178aa9
commit 551bf1a98e
4 changed files with 36 additions and 8 deletions

View file

@ -341,6 +341,7 @@ export default {
if (currency !== this.nativeCurrency) {
this.$store.dispatch('application/setDefaultEthToReceive', { currency })
}
this.$store.dispatch('loading/updateProgress', { progress: -1 })
this.depositsPast = Number(depositsPast) <= 0 ? 0 : depositsPast
this.depositTxHash = txHash
this.depositTimestamp = timestamp
@ -540,4 +541,4 @@ export default {
}
}
}
</style>
</style>