Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatgupta committed Sep 11, 2016
1 parent e73993f commit 5073874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DateRangePicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default class DateRangePicker extends React.Component {
}

clearDates() {
const {onDatesChange, reopenPickerOnClear, onFocusChange} = this.props;
const { onDatesChange, reopenPickerOnClear, onFocusChange } = this.props;
onDatesChange({ startDate: null, endDate: null });
if (reopenPickerOnClear) {
onFocusChange(START_DATE);
Expand Down

0 comments on commit 5073874

Please sign in to comment.