From cfd06639fe0c2cc6a2939750f904378cca688f25 Mon Sep 17 00:00:00 2001 From: brave-builds <45370463+brave-builds@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:15:27 +0100 Subject: [PATCH] fix(wallet): Solana Dropped Transaction Panel (uplift to 1.74.x) (#26859) Uplift of #26747 (squashed) to beta --- .../components/extension/post-confirmation/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 (