Fix the default always overriding to address

This commit is contained in:
Jacob Evans
2018-03-12 11:34:55 -04:00
parent 86a55fe55a
commit e065ac45dc

View File

@@ -14,7 +14,7 @@ export const EtherScanIcon = (props: EtherScanIconProps) => {
const etherscanLinkIfExists = sharedUtils.getEtherScanLinkIfExists( const etherscanLinkIfExists = sharedUtils.getEtherScanLinkIfExists(
props.addressOrTxHash, props.addressOrTxHash,
props.networkId, props.networkId,
EtherscanLinkSuffixes.Address, props.etherscanLinkSuffixes,
); );
const transactionTooltipId = `${props.addressOrTxHash}-etherscan-icon-tooltip`; const transactionTooltipId = `${props.addressOrTxHash}-etherscan-icon-tooltip`;
return ( return (