{socialProfiles?.find((p) => p.avatar)?.name ||
getProfileDisplayName(profile)}
{socialProfiles?.find((p) => p.avatar)?.name &&
profile.details.address && (
{shortenAddress(profile.details.address, 4)}
)}
{enableUnlinking && (
unlinkProfileMutation({
client,
profileToUnlink: profile,
})
}
style={{
pointerEvents: "auto",
}}
type="button"
>
)}