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 {