From b5a2d5190494db9550a89da05a95c3ed4f342e75 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 31 Jul 2025 03:18:30 +0200 Subject: [PATCH] Fix --- app/profiles/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/profiles/page.tsx b/app/profiles/page.tsx index 588f72aa..d173501c 100644 --- a/app/profiles/page.tsx +++ b/app/profiles/page.tsx @@ -122,7 +122,10 @@ export default function ProfilePage() {
{/* Filters Sidebar */} -
+
+ {/*// md:${showFilters ? 'w-80' : 'w-20'}*/}