diff --git a/web/components/bio/profile-bio.tsx b/web/components/bio/profile-bio.tsx index 658ab441..2aeb1516 100644 --- a/web/components/bio/profile-bio.tsx +++ b/web/components/bio/profile-bio.tsx @@ -79,7 +79,7 @@ export function ProfileBio(props: { return ( - {textLength < MIN_BIO_LENGTH && !edit && } + {textLength < MIN_BIO_LENGTH && !edit && isCurrentUser && } About Me