diff --git a/.gitignore b/.gitignore
index 582b5dc..b6ba4b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,9 +2,22 @@ node_modules
.next
dist
coverage
+
.env
.env.local
+.env.*.local
+
uploads
public/uploads
-prisma/dev.db
+prisma/dev.db
+prisma/*.db
+prisma/*.db-journal
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+
+.DS_Store
+Thumbs.db
\ No newline at end of file
diff --git a/src/components/dashboard/dashboard-shell.tsx b/src/components/dashboard/dashboard-shell.tsx
index 45dda9e..29334e2 100644
--- a/src/components/dashboard/dashboard-shell.tsx
+++ b/src/components/dashboard/dashboard-shell.tsx
@@ -1785,13 +1785,13 @@ export function DashboardShell({
label={`Abos monatlich: ${currencyFormatter.format(totals.subscriptions)}`}
sx={{ bgcolor: alpha("#FFFFFF", 0.12), color: "white" }}
/>
- {isCompactLayout && currentPeriod ? (
+ {currentPeriod ? (
) : null}
- {isCompactLayout && currentPeriod ? (
+ {currentPeriod ? (