Refine statistics Teamspace display
This commit is contained in:
@@ -39,11 +39,7 @@ function formatSignedMinutes(minutes: number) {
|
||||
}
|
||||
|
||||
function formatTeamspaceDelta(minutes: number) {
|
||||
if (minutes === 0) {
|
||||
return "ausgeglichen";
|
||||
}
|
||||
|
||||
return `TS ${formatSignedMinutes(minutes)}`;
|
||||
return formatSignedMinutes(minutes);
|
||||
}
|
||||
|
||||
function StatusCard({ label, value, detail, tone }: { label: string; value: string | number; detail: string; tone?: "ok" | "warn" | "neutral" }) {
|
||||
|
||||
Reference in New Issue
Block a user