diff --git a/client/src/components/Timetable/index.tsx b/client/src/components/Timetable/index.tsx index 192ae5f..f3194b2 100644 --- a/client/src/components/Timetable/index.tsx +++ b/client/src/components/Timetable/index.tsx @@ -40,6 +40,8 @@ const Schedule: React.FC = ({ const [isDataAllFalse, setIsDataAllFalse] = useState(false); const SeminarTimes = [ + '09', + ' ', '10', ' ', '11', @@ -231,6 +233,10 @@ const Schedule: React.FC = ({ ) { return; } + console.log( + 'newSelect', + newSelectedSlots, + ); setSelectedSlots(newSelectedSlots); setIsSelected((res: boolean) => !res); }