Skip to content

Commit

Permalink
Change profile bios to be displayed during onboarding in web UI (mast…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron authored Dec 2, 2024
1 parent f72831b commit ca11740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/features/onboarding/follows.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const Follows: React.FC<{
/* @ts-expect-error inferred props are wrong */
id={accountId}
key={accountId}
withBio={false}
withBio
/>
))}
</ScrollableList>
Expand Down

0 comments on commit ca11740

Please sign in to comment.