diff --git a/src/components/Address.tsx b/src/components/Address.tsx index 7f6b1979a0e..99cedd79da5 100644 --- a/src/components/Address.tsx +++ b/src/components/Address.tsx @@ -36,7 +36,7 @@ const AddressComponent = ({ return ( - + {endLength && address ? address.slice(0, endLength + 2) + "..." + address.slice(-endLength) : address}