File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ DateTimePicker = React.createClass({
7474
7575 { this . renderDatePicker ( ) }
7676
77- < a className = "btn btn-default picker-switch" style = { { width :'100%' } } onClick = { this . props . togglePicker } > < Glyphicon name = { this . props . showTimePicker ? 'calendar' : 'time' } /> </ a >
77+ < a className = "btn btn-default picker-switch" style = { { width :'100%' } } onClick = { this . props . togglePicker } > < Glyphicon glyph = { this . props . showTimePicker ? 'calendar' : 'time' } /> </ a >
7878
7979 { this . renderTimePicker ( ) }
8080
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ DateTimePicker = React.createClass(
7373
7474 {this .renderDatePicker ()}
7575
76- <a className = " btn btn-default picker-switch" style = {{width : ' 100%' }} onClick = {this .props .togglePicker }><Glyphicon name = {this .props .showTimePicker ? ' calendar' : ' time' } /></a >
76+ <a className = " btn btn-default picker-switch" style = {{width : ' 100%' }} onClick = {this .props .togglePicker }><Glyphicon glyph = {this .props .showTimePicker ? ' calendar' : ' time' } /></a >
7777
7878 {this .renderTimePicker ()}
7979
You can’t perform that action at this time.
0 commit comments