From b6764b5ed66296afb56f1aab80d3a9b1afb9c171 Mon Sep 17 00:00:00 2001
From: Aleksandar
Date: Thu, 11 Dec 2025 13:29:36 +0100
Subject: [PATCH] fix: remove duplicate closing brackets in Sidebar
---
apps/admin/src/components/ui/Sidebar.tsx | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/apps/admin/src/components/ui/Sidebar.tsx b/apps/admin/src/components/ui/Sidebar.tsx
index 3082650..2aa2c1a 100644
--- a/apps/admin/src/components/ui/Sidebar.tsx
+++ b/apps/admin/src/components/ui/Sidebar.tsx
@@ -120,14 +120,5 @@ export function Sidebar() {
- );
-
-
- {user?.primaryEmailAddress?.emailAddress}
-
-
-
-
-
);
}