From 19d270089715dba8ecf9244506132da62528101f Mon Sep 17 00:00:00 2001 From: Sebastian Scatularo Date: Thu, 16 Nov 2023 17:12:06 -0300 Subject: [PATCH] #495 - fix prettier issue --- src/components/SmartAddress.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/SmartAddress.tsx b/src/components/SmartAddress.tsx index 96b3bbda2..221b79784 100644 --- a/src/components/SmartAddress.tsx +++ b/src/components/SmartAddress.tsx @@ -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