fix type errors

This commit is contained in:
hueso
2025-06-22 01:17:10 -03:00
parent 73ba77ca4f
commit 9d9ed7a3dd
7 changed files with 86 additions and 36 deletions

View File

@@ -174,12 +174,12 @@ showInitialItems();
Saldo disponível
</p>
<p class="text-xl leading-7 font-semibold text-gray-900">
{{ getRemaining() }} {{ etherStore.selectedToken }}
{{ getRemaining() }} {{ user.networkName.value }}
</p>
<div class="flex gap-2 w-32 sm:w-56" v-if="activeLockAmount != 0">
<span class="text-xs font-normal text-gray-400" ref="infoText">{{
`com ${activeLockAmount.toFixed(2)} ${
etherStore.selectedToken
user.networkName.value
} em lock`
}}</span>
<div