This commit is contained in:
@@ -170,7 +170,7 @@ function getCutoffSelectionOptions(cutoffs: DashboardPeriodCutoff[]): CutoffSele
|
||||
value: createCutoffSelectionValue(cutoff.id, "PRE"),
|
||||
cutoffId: cutoff.id,
|
||||
cutoffPhase: "PRE" as const,
|
||||
label: `Pre ${cutoff.name}`
|
||||
label: `Vor ${cutoff.name}`
|
||||
}));
|
||||
const lastCutoff = cutoffs[cutoffs.length - 1];
|
||||
|
||||
@@ -178,7 +178,7 @@ function getCutoffSelectionOptions(cutoffs: DashboardPeriodCutoff[]): CutoffSele
|
||||
value: createCutoffSelectionValue(lastCutoff.id, "POST"),
|
||||
cutoffId: lastCutoff.id,
|
||||
cutoffPhase: "POST" as const,
|
||||
label: `Post ${lastCutoff.name}`
|
||||
label: `Nach ${lastCutoff.name}`
|
||||
});
|
||||
|
||||
return options;
|
||||
|
||||
Reference in New Issue
Block a user