- Fix bug with lowercase yyyy formatting.
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -37,6 +37,7 @@ export function ScheduleCalendarHeaderComponent({
|
||||
events,
|
||||
...otherProps
|
||||
}) {
|
||||
console.log(`ScheduleCalendarHeaderComponent: ${label} Calculating: ${calculating}`)
|
||||
const ATSToday = useMemo(() => {
|
||||
if (!events) return [];
|
||||
return _.groupBy(
|
||||
|
||||
Reference in New Issue
Block a user