Fixes appearing in Following list (#37854)

This commit is contained in:
Echo
2026-02-13 11:03:57 +01:00
committed by GitHub
parent c44cc1f5c3
commit 45057d1df2

View File

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