Skip to content

Commit

Permalink
Update apps/wallet-mobile/src/features/ReviewTx/common/ExplorerInfoLi…
Browse files Browse the repository at this point in the history
…nks.tsx

Co-authored-by: Juliano Lazzarotto <[email protected]>
Signed-off-by: banklesss <[email protected]>
  • Loading branch information
banklesss and stackchain authored Nov 6, 2024
1 parent e5d3309 commit eea5b88
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit eea5b88

Please sign in to comment.