From eea5b8844fa96093a415fb13f8bd0827e09235c2 Mon Sep 17 00:00:00 2001 From: banklesss <105349292+banklesss@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:05:59 +0100 Subject: [PATCH] Update apps/wallet-mobile/src/features/ReviewTx/common/ExplorerInfoLinks.tsx Co-authored-by: Juliano Lazzarotto <30806844+stackchain@users.noreply.github.com> Signed-off-by: banklesss <105349292+banklesss@users.noreply.github.com> --- .../src/features/ReviewTx/common/ExplorerInfoLinks.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/wallet-mobile/src/features/ReviewTx/common/ExplorerInfoLinks.tsx b/apps/wallet-mobile/src/features/ReviewTx/common/ExplorerInfoLinks.tsx index eaf3452544..79b0669204 100644 --- a/apps/wallet-mobile/src/features/ReviewTx/common/ExplorerInfoLinks.tsx +++ b/apps/wallet-mobile/src/features/ReviewTx/common/ExplorerInfoLinks.tsx @@ -12,7 +12,6 @@ export const ExplorerInfoLinks = ({id, type}: {id: string; type: 'token' | 'pool const strings = useStrings() const handleOpenLink = async (explorer: Explorers.Explorer) => { - if (id == null) return if (explorer === Explorers.Explorer.CardanoScan) { await Linking.openURL(wallet.networkManager.explorers.cardanoscan[type](id)) } else {