Skip to content

Commit 53f14ab

Browse files
Remove trailing comma
1 parent e5d503c commit 53f14ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DatePicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ DatePicker.propTypes = {
9595
modifiers: objectOf(func),
9696
modifiersClassNames: objectOf(string),
9797
weekdayFormat: string,
98-
touchDragEnabled: bool,
98+
touchDragEnabled: bool
9999
}
100100

101101
DatePicker.defaultProps = {

0 commit comments

Comments
 (0)