Skip to content

Commit

Permalink
fix retry transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine committed Oct 11, 2023
1 parent 37ca79f commit 776dc80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/js/components/pages/Transactions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
>
<Btn
v-if="
transaction.transactionId ||
(transaction.state !== TransactionState.PENDING &&
transaction.transactionId) ||
transaction.state === TransactionState.BROADCAST
"
primary
Expand Down

0 comments on commit 776dc80

Please sign in to comment.