There was an error while loading. Please reload this page.
1 parent 9787a24 commit 753776fCopy full SHA for 753776f
1 file changed
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