From 21e198fbb70586a574d425ea23f7008695355670 Mon Sep 17 00:00:00 2001 From: Douglas Daniel Date: Thu, 2 Apr 2026 15:13:04 -0500 Subject: [PATCH] [Wallet]: Open Near Intents Block Explorer in New Tab from Details Modal (#35215) Fixes a bug where Near Intents block explorer was opening in a new Window from the Transaction Details modal --- .../transaction_details_modal.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/components/brave_wallet_ui/components/desktop/popup-modals/transaction_details_modal/transaction_details_modal.tsx b/components/brave_wallet_ui/components/desktop/popup-modals/transaction_details_modal/transaction_details_modal.tsx index ea48b35e392..a2f60566fcf 100644 --- a/components/brave_wallet_ui/components/desktop/popup-modals/transaction_details_modal/transaction_details_modal.tsx +++ b/components/brave_wallet_ui/components/desktop/popup-modals/transaction_details_modal/transaction_details_modal.tsx @@ -71,6 +71,7 @@ import { getAccountLabel, } from '../../../../utils/account-utils' import { makeNetworkAsset } from '../../../../options/asset-options' +import { openTab } from '../../../../utils/routes-utils' // Components import { PopupModal } from '../../popup-modals/index' @@ -701,12 +702,7 @@ export const TransactionDetailsModal = ({ onClose, transaction }: Props) => {