Fix typo
This commit is contained in:
parent
c91a611364
commit
6e8ca7fc12
@ -49,7 +49,7 @@ const messages = computed(() => {
|
||||
}`">
|
||||
<span class="inset-x-0 inset-y-0 opacity-10 absolute" :class="`bg-${tx.tx_response.code === 0 ? 'success' : 'error'
|
||||
}`"></span>
|
||||
{{ tx.tx_response.code === 0 ? 'Success' : 'Failded' }}
|
||||
{{ tx.tx_response.code === 0 ? 'Success' : 'Failed' }}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user