This commit is contained in:
MartinBraquet
2025-10-20 15:37:33 +02:00
parent 9787a2446e
commit 753776fa9a

View File

@@ -79,7 +79,7 @@ export function ProfileBio(props: {
return (
<Col>
{textLength < MIN_BIO_LENGTH && !edit && <TooShortBio/>}
{textLength < MIN_BIO_LENGTH && !edit && isCurrentUser && <TooShortBio/>}
<Subtitle className="mb-4">About Me</Subtitle>
<BioBlock
isCurrentUser={isCurrentUser}