Fix how familiar followers dialog is rendered

This commit is contained in:
oakes 2023-06-27 13:41:05 -04:00
parent e58dada03a
commit ecdbee271b

View file

@ -35,6 +35,8 @@ const FamiliarFollowersModal = ({ accountId, onClose }: IFamiliarFollowersModal)
scrollKey='familiar_followers'
emptyMessage={emptyMessage}
itemClassName='pb-3'
style={{ height: '80vh' }}
useWindowScroll={false}
>
{familiarFollowerIds.map(id =>
<AccountContainer key={id} id={id} />,