diff --git a/src/_components/ContractToken/index.tsx b/src/_components/ContractToken/index.tsx index 9fb527e3..a3590775 100644 --- a/src/_components/ContractToken/index.tsx +++ b/src/_components/ContractToken/index.tsx @@ -44,11 +44,6 @@ export default function ContractToken({ return type === AddressType.address || showContractAddress || (type === AddressType.Contract && !name) ? ( address ? (
- {contractAddress && ( - - - - )} {showCopy && } + {contractAddress && ( + + + + )}
) : ( @@ -65,9 +65,6 @@ export default function ContractToken({ ) ) : name ? (
- - - @@ -85,6 +82,9 @@ export default function ContractToken({ {showCopy && } + + +
) : ( '-'