mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-22 18:45:41 +01:00
Change profile bios to be displayed during onboarding in web UI (#33119)
This commit is contained in:
parent
f72831b9c2
commit
ca11740dc9
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ export const Follows: React.FC<{
|
|||
/* @ts-expect-error inferred props are wrong */
|
||||
id={accountId}
|
||||
key={accountId}
|
||||
withBio={false}
|
||||
withBio
|
||||
/>
|
||||
))}
|
||||
</ScrollableList>
|
||||
|
|
Loading…
Reference in a new issue