From 753776fa9aa5b24251e7e33299df88ea963a85d9 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 20 Oct 2025 15:37:33 +0200 Subject: [PATCH] Fix --- web/components/bio/profile-bio.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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