Sync dashboard hero chips and update gitignore
All checks were successful
CI / build-and-deploy (push) Successful in 2m10s

This commit is contained in:
Jan
2026-04-10 16:39:05 +02:00
parent 3849e721e2
commit 92d96ffa27
2 changed files with 16 additions and 3 deletions

View File

@@ -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 ? (
<Chip
label={currentPeriod.name}
sx={{ bgcolor: alpha("#FFFFFF", 0.12), color: "white" }}
/>
) : null}
{isCompactLayout && currentPeriod ? (
{currentPeriod ? (
<Chip
label={formatPeriodRange(currentPeriod.startsAt, currentPeriod.endsAt)}
sx={{ bgcolor: alpha("#FFFFFF", 0.12), color: "white" }}