From 2ce635a2b8421819db1ccecd4ef633c9e64dd42c Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 31 Jul 2025 03:21:55 +0200 Subject: [PATCH] Fix --- app/profiles/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/profiles/page.tsx b/app/profiles/page.tsx index d173501c..46b82bb0 100644 --- a/app/profiles/page.tsx +++ b/app/profiles/page.tsx @@ -144,7 +144,7 @@ export default function ProfilePage() { ) : profiles.length > 0 ? ( -
+
{profiles.map(( user, // idx @@ -167,7 +167,7 @@ export default function ProfilePage() {

{user.name}

-

+

{user.profile?.description || ''}