diff --git a/pages/u/[identifier].tsx b/pages/u/[identifier].tsx index f8c652599..5786efd78 100644 --- a/pages/u/[identifier].tsx +++ b/pages/u/[identifier].tsx @@ -117,7 +117,7 @@ const ProfilePage = (props: Props) => { /> */} - {user.profile?.bio && ( + {user.profile?.bio && user.profile?.bio.trim().length > 0 && ( <>