IO-1957 Add efficiencies to timetickets scoreboard
This commit is contained in:
@@ -37,7 +37,6 @@ export function ScheduleCalendarHeaderComponent({
|
||||
...otherProps
|
||||
}) {
|
||||
const ATSToday = useMemo(() => {
|
||||
console.log("eeee", events);
|
||||
if (!events) return [];
|
||||
return _.groupBy(
|
||||
events.filter(
|
||||
|
||||
Reference in New Issue
Block a user