Skip to content

Commit

Permalink
Uplift of #26747 (squashed) to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Dec 4, 2024
1 parent e104ce7 commit fac6362
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ export function TransactionStatus({ transactionLookup }: Props) {
)
}

if (tx.txStatus === BraveWallet.TransactionStatus.Error) {
if (
tx.txStatus === BraveWallet.TransactionStatus.Error ||
tx.txStatus === BraveWallet.TransactionStatus.Dropped
) {
return (
<TransactionFailedOrCanceled
transaction={tx}
Expand Down

0 comments on commit fac6362

Please sign in to comment.