From 7b9125f4f978e45fd6d324d90822962d4ca04fdd Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 31 Jul 2025 03:03:01 +0200 Subject: [PATCH] Fix --- app/profiles/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/profiles/page.tsx b/app/profiles/page.tsx index b42dffaa..b468d21d 100644 --- a/app/profiles/page.tsx +++ b/app/profiles/page.tsx @@ -210,4 +210,5 @@ export default function ProfilePage() { - ) + ); +}