Skip to content

Commit 9443829

Browse files
committed
fix: pass dates prop to Month
1 parent ef54ce9 commit 9443829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Date/Calendar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ function Calendar(
190190
startDate={startDate}
191191
endDate={endDate}
192192
date={date}
193+
dates={dates}
193194
onPressYear={onPressYear}
194195
selectingYear={selectingYear}
195196
onPressDate={onPressDate}

0 commit comments

Comments
 (0)