Skip to content

Commit

Permalink
Merge pull request #212 from sayyyho/feature/#166
Browse files Browse the repository at this point in the history
🔥 Fix: 캘린더 에러 수정
  • Loading branch information
sayyyho authored Aug 3, 2024
2 parents e0d3222 + 1e9b38d commit cceabdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CustomCalendar/CustomCalendar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const CustomCalendar = ({ setWeekPosition, setDay }) => {
setData(res.completed_days);
console.log(res.completed_days);
} else {
console.log("complete : 0");
setData([]);
}
} catch (err) {
console.error("Error fetching calendar data:", err);
Expand Down

0 comments on commit cceabdb

Please sign in to comment.