mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Fixes appearing in Following list (#37854)
This commit is contained in:
@@ -72,7 +72,7 @@ const Followers: FC = () => {
|
||||
footer={footer}
|
||||
list={followingList}
|
||||
loadMore={loadMore}
|
||||
prependAccountId={currentAccountId}
|
||||
prependAccountId={followedId}
|
||||
scrollKey='following'
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user