From 330783eca7fb834dace3d34f977fb461024797c3 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Fri, 28 Jun 2024 20:44:00 +0300 Subject: [PATCH] comment --- pages/cart/calendar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cart/calendar/index.tsx b/pages/cart/calendar/index.tsx index 38b2948..5db48b7 100644 --- a/pages/cart/calendar/index.tsx +++ b/pages/cart/calendar/index.tsx @@ -357,7 +357,7 @@ export default function CalendarPage({ initialEvents, initialShifts }) { } return
{" "}
; }; - + //ToDo: DRY - move to common const addAssignment = async (publisher, shiftId) => { try { console.log(`calendar.idx: new assignment for publisher ${publisher.id} - ${publisher.firstName} ${publisher.lastName}`);