Skip to content

Commit cf3bad5

Browse files
author
Alexandre Couret
committed
[REMOVE] Unused prop
1 parent bcb3b23 commit cf3bad5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ type WeekType = {
3838
startDate: ?moment,
3939
endDate: ?moment,
4040
focusedInput: 'startDate' | 'endDate',
41-
focusedMonth: moment,
4241
startOfWeek: moment,
4342
onDatesChange: (date: { date?: ?moment, startDate?: ?moment, endDate?: ?moment }) => void,
4443
isDateBlocked: (date: moment) => boolean,
@@ -115,7 +114,6 @@ export const Week = (props: WeekType) => {
115114
startDate,
116115
endDate,
117116
focusedInput,
118-
focusedMonth,
119117
startOfWeek,
120118
onDatesChange,
121119
isDateBlocked,

0 commit comments

Comments
 (0)