Start time grid #62
@ -126,7 +126,7 @@ function calculateTimeSlots(
|
|||||||
const label =
|
const label =
|
||||||
hours >= 1
|
hours >= 1
|
||||||
? `Upp till ${hours} h`
|
? `Upp till ${hours} h`
|
||||||
: `Upp till ${maxAvailableMinutes} min`;
|
: `${maxAvailableMinutes} minuter`;
|
||||||
slots.push({ time: slotTime, label });
|
slots.push({ time: slotTime, label });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user