Fixes appearing in Following list (#37854)

pull/37855/head
Echo 2 weeks ago committed by GitHub
parent c44cc1f5c3
commit 45057d1df2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -72,7 +72,7 @@ const Followers: FC = () => {
footer={footer}
list={followingList}
loadMore={loadMore}
prependAccountId={currentAccountId}
prependAccountId={followedId}
scrollKey='following'
/>
);

Loading…
Cancel
Save