diff --git a/web/src/components/SessionList.tsx b/web/src/components/SessionList.tsx index c5ca3697..4849ea1e 100644 --- a/web/src/components/SessionList.tsx +++ b/web/src/components/SessionList.tsx @@ -290,11 +290,11 @@ export function SessionList(props: { {groups.map((group) => { const isCollapsed = isGroupCollapsed(group) return ( -
+
{!isCollapsed ? ( -
+
{group.sessions.map((s) => (