diff --git a/src/components/sidebar/view/subcomponents/SidebarProjectSessions.tsx b/src/components/sidebar/view/subcomponents/SidebarProjectSessions.tsx
index b4558790..a5ceaa06 100644
--- a/src/components/sidebar/view/subcomponents/SidebarProjectSessions.tsx
+++ b/src/components/sidebar/view/subcomponents/SidebarProjectSessions.tsx
@@ -80,6 +80,29 @@ export default function SidebarProjectSessions({
return (
+
+
+
+
+
+
{!initialSessionsLoaded ? (
) : !hasSessions && !isLoadingSessions ? (
@@ -129,29 +152,6 @@ export default function SidebarProjectSessions({
)}
)}
-
-
-
-
-
-
);
}