Skip to content

Commit

Permalink
Merge pull request #500 from george-aj/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
liangping authored Sep 2, 2023
2 parents c91a611 + 6e8ca7f commit 0cad05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/[chain]/tx/[hash].vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0cad05e

Please sign in to comment.