Skip to content

Commit

Permalink
fix: 세미나룸 time 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SujinKim1127 committed Jan 1, 2024
1 parent 3424010 commit 3f6fd77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/components/Timetable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ const Schedule: React.FC<TProps> = ({
const [isDataAllFalse, setIsDataAllFalse] = useState(false);

const SeminarTimes = [
'09',
' ',
'10',
' ',
'11',
Expand Down Expand Up @@ -231,6 +233,10 @@ const Schedule: React.FC<TProps> = ({
) {
return;
}
console.log(
'newSelect',
newSelectedSlots,
);
setSelectedSlots(newSelectedSlots);
setIsSelected((res: boolean) => !res);
}
Expand Down

0 comments on commit 3f6fd77

Please sign in to comment.