diff --git a/app/soapbox/features/ui/components/profile-familiar-followers.tsx b/app/soapbox/features/ui/components/profile-familiar-followers.tsx index 56023f42a..9a19b525d 100644 --- a/app/soapbox/features/ui/components/profile-familiar-followers.tsx +++ b/app/soapbox/features/ui/components/profile-familiar-followers.tsx @@ -44,7 +44,7 @@ const ProfileFamiliarFollowers: React.FC = ({ account } const accounts: Array = familiarFollowers.map(account => !!account && ( - + = ({ account truncate dangerouslySetInnerHTML={{ __html: account.display_name_html }} /> - {/* */} {account.verified && } - )).toArray(); + )).toArray().filter(Boolean); if (familiarFollowerIds.size > 2) { accounts.push( - + = ({ account return ( - + = ({ params, children }) => { )} - {features.notes && me !== account?.id && ( + {features.notes && account && account?.id !== me && ( {Component => }