Sync dashboard hero chips and update gitignore
All checks were successful
CI / build-and-deploy (push) Successful in 2m10s
All checks were successful
CI / build-and-deploy (push) Successful in 2m10s
This commit is contained in:
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user