This repository was archived by the owner on Nov 16, 2018. It is now read-only.
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({
74
74
75
75
{ this . renderDatePicker ( ) }
76
76
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 >
78
78
79
79
{ this . renderTimePicker ( ) }
80
80
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ DateTimePicker = React.createClass(
73
73
74
74
{this .renderDatePicker ()}
75
75
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 >
77
77
78
78
{this .renderTimePicker ()}
79
79
You can’t perform that action at this time.
0 commit comments