diff --git a/src/components/dashboard/dashboard-shell.tsx b/src/components/dashboard/dashboard-shell.tsx
index b467c5a..87de43c 100644
--- a/src/components/dashboard/dashboard-shell.tsx
+++ b/src/components/dashboard/dashboard-shell.tsx
@@ -1959,49 +1959,84 @@ export function DashboardShell({
) : null}
-
- {(isCompactLayout ? (mobileSelectedGroup ? [mobileSelectedGroup] : []) : visibleGroups).map((group) => (
-
-
-
- ))}
-
+ {isCompactLayout ? (
+
+ {(mobileSelectedGroup ? [mobileSelectedGroup] : []).map((group) => (
+
+
+
+ ))}
+
+ ) : (
+
+
+ {visibleGroups.map((group) => (
+
+
+
+ ))}
+
+
+ )}
);
const desktopSectionContent =
desktopSection === "overview" ? (
-
+
{actionCards}
- {overviewContent}
+ {overviewContent}
) : desktopSection === "periods" ? (