2
0

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

View File

@@ -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>