diff --git a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules.jsx b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules.jsx index 5c6235d..5d16d9b 100644 --- a/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/admin/committee/Schedules.jsx @@ -150,28 +150,16 @@ function Schedules(props) { if (day !== 0) {//당월 일별 구현 let sDate = day.toString().length === 1 ? "0" + day.toString() : day.toString(); let iUseDate = Number(mutsUseYearMonth + sDate); - if (scheduleList.length > 0) {//일정 있는 경우 + if (scheduleList.length > 0 || sDate === "01") {//일정 있는 경우 return (