Skip to content

Commit

Permalink
#495 - fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Nov 16, 2023
1 parent 5f42a10 commit 19d2700
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/SmartAddress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ export default function SmartAddress({
isAsset ? "token" : "address"
}/${useableAddress}`
: chainId === CHAIN_ID_AVAX
? `https://${CLUSTER === "testnet" ? "testnet." : ""}avascan.info/blockchain/c/${
? `https://${
CLUSTER === "testnet" ? "testnet." : ""
}avascan.info/blockchain/c/${
isAsset ? "token" : "address"
}/${useableAddress}`
: chainId === CHAIN_ID_OASIS
Expand Down

0 comments on commit 19d2700

Please sign in to comment.