We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9787a24 commit 753776fCopy full SHA for 753776f
web/components/bio/profile-bio.tsx
@@ -79,7 +79,7 @@ export function ProfileBio(props: {
79
80
return (
81
<Col>
82
- {textLength < MIN_BIO_LENGTH && !edit && <TooShortBio/>}
+ {textLength < MIN_BIO_LENGTH && !edit && isCurrentUser && <TooShortBio/>}
83
<Subtitle className="mb-4">About Me</Subtitle>
84
<BioBlock
85
isCurrentUser={isCurrentUser}
0 commit comments