ProfileFamiliarFollowers: use a div for the text element, fix console error
This commit is contained in:
parent
d628249232
commit
1e3b89ad13
|
@ -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}'
|
||||||
|
|
Loading…
Reference in New Issue