mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-01 07:55:08 +01:00
Change profile bios to be displayed during onboarding in web UI (#33119)
This commit is contained in:
parent
f72831b9c2
commit
ca11740dc9
@ -174,7 +174,7 @@ export const Follows: React.FC<{
|
|||||||
/* @ts-expect-error inferred props are wrong */
|
/* @ts-expect-error inferred props are wrong */
|
||||||
id={accountId}
|
id={accountId}
|
||||||
key={accountId}
|
key={accountId}
|
||||||
withBio={false}
|
withBio
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</ScrollableList>
|
</ScrollableList>
|
||||||
|
Loading…
Reference in New Issue
Block a user