ProfileHoverCard: fix account bio on Mastodon

environments/review-stillimage-qndh02/deployments/1502
Alex Gleason 2 years ago
parent 0111d4f179
commit dce26a6600
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -136,7 +136,7 @@ export const ProfileHoverCard: React.FC<IProfileHoverCard> = ({ visible = true }
</HStack>
) : null}
{account.source.get('note', '').length > 0 && (
{account.note.length > 0 && (
<Text size='sm' dangerouslySetInnerHTML={accountBio} />
)}
</Stack>

Loading…
Cancel
Save