[Glitch] Change profile bios to be displayed during onboarding in web UI

Port ca11740dc9 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2912/head
Eugen Rochko 2024-12-02 09:11:45 +01:00 committed by Claire
parent c2817c7fad
commit 119b7583fd
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ export const Follows: React.FC<{
/* @ts-expect-error inferred props are wrong */
id={accountId}
key={accountId}
withBio={false}
withBio
/>
))}
</ScrollableList>