Skip to content

Commit

Permalink
[FE] DOCS: 의미가 애매한 변수 설명 추가 #1691
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunk03 committed Dec 20, 2024
1 parent 4aa1a6c commit a99dff6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ const EditStatusModal = ({ list, closeModal }: EditStatusModalProps) => {
const getInvalidDates = async () => {
try {
const response = await axiosGetInvalidDates();
// invalidDates: 현재 기준 이전 날짜들 및 발표 신청된 날짜들
setInvalidDates(
response.data.invalidDateList.filter(
(date: string) => date !== currentPresentation?.dateTime
Expand Down

0 comments on commit a99dff6

Please sign in to comment.