ProfileFamiliarFollowers: use a div for the text element, fix console error

This commit is contained in:
Alex Gleason 2023-09-14 13:48:21 -05:00
parent d628249232
commit 1e3b89ad13
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ const ProfileFamiliarFollowers: React.FC<IProfileFamiliarFollowers> = ({ account
return ( return (
<HStack space={2} alignItems='center'> <HStack space={2} alignItems='center'>
<AvatarStack accountIds={familiarFollowerIds} /> <AvatarStack accountIds={familiarFollowerIds} />
<Text theme='muted' size='sm'> <Text theme='muted' size='sm' tag='div'>
<FormattedMessage <FormattedMessage
id='account.familiar_followers' id='account.familiar_followers'
defaultMessage='Followed by {accounts}' defaultMessage='Followed by {accounts}'