File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ export default class RangeDatepicker extends Component {
65
65
66
66
static propTypes = {
67
67
initialMonth : PropTypes . string ,
68
- dayHeadings : PropTypes . arrayOf ( React . PropTypes . string ) ,
69
- availableDates : PropTypes . arrayOf ( React . PropTypes . string ) ,
68
+ dayHeadings : PropTypes . arrayOf ( PropTypes . string ) ,
69
+ availableDates : PropTypes . arrayOf ( PropTypes . string ) ,
70
70
maxMonth : PropTypes . number ,
71
71
buttonColor : PropTypes . string ,
72
72
buttonContainerStyle : PropTypes . object ,
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ export default class RangeDatepicker extends Component {
53
53
54
54
static propTypes = {
55
55
initialMonth : PropTypes . string ,
56
- dayHeadings : PropTypes . arrayOf ( React . PropTypes . string ) ,
57
- availableDates : PropTypes . arrayOf ( React . PropTypes . string ) ,
56
+ dayHeadings : PropTypes . arrayOf ( PropTypes . string ) ,
57
+ availableDates : PropTypes . arrayOf ( PropTypes . string ) ,
58
58
maxMonth : PropTypes . number ,
59
59
minDate : PropTypes . string ,
60
60
maxDate : PropTypes . string ,
You can’t perform that action at this time.
0 commit comments