diff --git a/components/brave_wallet_ui/components/extension/post-confirmation/index.tsx b/components/brave_wallet_ui/components/extension/post-confirmation/index.tsx index 7cdd8120ea71..2887550ad2da 100644 --- a/components/brave_wallet_ui/components/extension/post-confirmation/index.tsx +++ b/components/brave_wallet_ui/components/extension/post-confirmation/index.tsx @@ -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 (