Change profile bios to be displayed during onboarding in web UI (#33119)

This commit is contained in:
Eugen Rochko 2024-12-02 09:11:45 +01:00 committed by GitHub
parent f72831b9c2
commit ca11740dc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>