diff --git a/components/time_picker/TimePicker.js b/components/time_picker/TimePicker.js index cd10a252..38f42067 100644 --- a/components/time_picker/TimePicker.js +++ b/components/time_picker/TimePicker.js @@ -59,13 +59,13 @@ const factory = (TimePickerDialog, Input) => { }; render () { - const { value, format, inputClassName, onEscKeyDown, onOverlayClick, theme, ...others } = this.props; + const { value, format, inputClassName, onEscKeyDown, onOverlayClick, ...others } = this.props; const formattedTime = value ? time.formatTime(value, format) : ''; return (