From fb02d2f42a63edcaf2e4b296a17a526c5afb8425 Mon Sep 17 00:00:00 2001 From: brave-builds <45370463+brave-builds@users.noreply.github.com> Date: Sat, 21 Sep 2024 04:32:27 +0200 Subject: [PATCH] fix(wallet): Transaction Simulations Hidden Details (uplift to 1.71.x) (#25634) Uplift of #25611 (squashed) to beta --- .../confirm-transaction-panel/confirm_simulated_tx_panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/brave_wallet_ui/components/extension/confirm-transaction-panel/confirm_simulated_tx_panel.tsx b/components/brave_wallet_ui/components/extension/confirm-transaction-panel/confirm_simulated_tx_panel.tsx index 76cae8a870d..ebc04078282 100644 --- a/components/brave_wallet_ui/components/extension/confirm-transaction-panel/confirm_simulated_tx_panel.tsx +++ b/components/brave_wallet_ui/components/extension/confirm-transaction-panel/confirm_simulated_tx_panel.tsx @@ -336,7 +336,7 @@ export const ConfirmSimulatedTransactionPanel = ({ ) : txSimulation && transactionsNetwork ? ( simulationType === 'EVM' ? ( ) : (