mirror of
https://github.com/mastodon/mastodon.git
synced 2026-03-14 22:44:08 +00:00
Fixes appearing in Following list (#37854)
This commit is contained in:
parent
c44cc1f5c3
commit
45057d1df2
|
|
@ -72,7 +72,7 @@ const Followers: FC = () => {
|
|||
footer={footer}
|
||||
list={followingList}
|
||||
loadMore={loadMore}
|
||||
prependAccountId={currentAccountId}
|
||||
prependAccountId={followedId}
|
||||
scrollKey='following'
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user