Skip to content

Commit b04401f

Browse files
committed
Merge branch 'patch-1' of https://github.com/Telpuk/react-datetime into Telpuk-patch-1
2 parents ed79af3 + 49a27b8 commit b04401f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TimeView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var DateTimePickerTime = React.createClass({
7979
},
8080
renderHeader: function(){
8181
if( !this.props.dateFormat )
82-
return '';
82+
return null;
8383

8484
var date = this.props.selectedDate || this.props.viewDate;
8585
return DOM.thead({ key: 'h'}, DOM.tr({},

0 commit comments

Comments
 (0)