From e065ac45dc56fba79bd16c0ba7601f34caaee5b9 Mon Sep 17 00:00:00 2001 From: Jacob Evans Date: Mon, 12 Mar 2018 11:34:55 -0400 Subject: Fix the default always overriding to address --- packages/website/ts/components/ui/etherscan_icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/website/ts/components/ui/etherscan_icon.tsx b/packages/website/ts/components/ui/etherscan_icon.tsx index 040b84a0b..c1154d3d6 100644 --- a/packages/website/ts/components/ui/etherscan_icon.tsx +++ b/packages/website/ts/components/ui/etherscan_icon.tsx @@ -14,7 +14,7 @@ export const EtherScanIcon = (props: EtherScanIconProps) => { const etherscanLinkIfExists = sharedUtils.getEtherScanLinkIfExists( props.addressOrTxHash, props.networkId, - EtherscanLinkSuffixes.Address, + props.etherscanLinkSuffixes, ); const transactionTooltipId = `${props.addressOrTxHash}-etherscan-icon-tooltip`; return ( -- cgit v1.2.3