Merge pull request #500 from george-aj/master

Fix typo
This commit is contained in:
ping 2023-09-02 08:35:11 +08:00 committed by GitHub
commit 0cad05edf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>