diff --git a/ui/src/components/resolved-address/resolved-address.tsx b/ui/src/components/resolved-address/resolved-address.tsx index 83a2d69..25aa2fc 100644 --- a/ui/src/components/resolved-address/resolved-address.tsx +++ b/ui/src/components/resolved-address/resolved-address.tsx @@ -15,7 +15,7 @@ export type ResolvedAddressProps = React.ComponentPropsWithRef< export const ResolvedAddress = forwardStyledRef< HTMLSpanElement, ResolvedAddressProps ->(({ children, truncated = false, ...props }, ref) => { +>(({ children, truncated = true, ...props }, ref) => { const [resolvedAddress, loading] = useResolvedAddress(children); const text = useMemo(() => {