diff --git a/src/Pages/ProfilePage.tsx b/src/Pages/ProfilePage.tsx index 8feab8c..c863568 100644 --- a/src/Pages/ProfilePage.tsx +++ b/src/Pages/ProfilePage.tsx @@ -150,7 +150,7 @@ export default function ProfilePage() { function bio() { return ( - aboutText.length && ( + aboutText.length > 0 && (
{about}