Skip to content

Commit

Permalink
[Fix]: 잘못된 기능 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinuemong committed Jan 31, 2024
1 parent 613096e commit 892526c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ fun CalendarComponent(
)
)
}
itemContent(dayItem)
if (dayItem.dayType != CalendarDayType.OTHER_MONTH) {
itemContent(dayItem)
}
}
}
}
Expand Down

0 comments on commit 892526c

Please sign in to comment.