{ content }
-} + const labelConfig: ActionableTextProps = { + displayText: title, + action: !params.noEditAddress && title !== addrString ? renameAddressAction : undefined + } + + const noteConfig: ActionableTextProps = { + displayText: subTitle, + action: addrString && subTitle !== addrString ? renameAddressAction : undefined + } -const AddressSubTitle = ({ content }: { content?: string }) => { - if (!content) return <>> - return{ content }
+ return ( +