We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48654cf commit 96b01fbCopy full SHA for 96b01fb
library/src/components/timetable/timeTableUtils.ts
@@ -463,7 +463,7 @@ export function getLeftAndWidth(
463
if (width <= 0) {
464
// this should not happen, but if it does, we need to log it to find the error
465
console.error(
466
- "LPTimeTable - item with negative/zero width found:",
+ "TimeTable - item with negative/zero width found:",
467
width,
468
item,
469
startSlot,
0 commit comments