mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-16 04:27:45 -04:00
Fix
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user