Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yozman authored Jul 6, 2017
1 parent daae971 commit 6d06f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/date-picker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export interface RangePickerProps extends PickerProps {
}

Object.assign(DatePicker, {
RangePicker: wrapPicker(RangePicker),
RangePicker: wrapPicker(RangePicker),
Calendar,
MonthPicker,
});
Expand Down

0 comments on commit 6d06f2f

Please sign in to comment.