File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -133,11 +133,6 @@ var DateTimePickerDays = (function (_Component) {
133133 _react2 [ "default" ] . createElement (
134134 "tr" ,
135135 null ,
136- _react2 [ "default" ] . createElement (
137- "th" ,
138- { className : "dow" } ,
139- "Dim"
140- ) ,
141136 _react2 [ "default" ] . createElement (
142137 "th" ,
143138 { className : "dow" } ,
@@ -167,6 +162,11 @@ var DateTimePickerDays = (function (_Component) {
167162 "th" ,
168163 { className : "dow" } ,
169164 "Sam"
165+ ) ,
166+ _react2 [ "default" ] . createElement (
167+ "th" ,
168+ { className : "dow" } ,
169+ "Dim"
170170 )
171171 )
172172 ) ,
Original file line number Diff line number Diff line change @@ -83,8 +83,6 @@ export default class DateTimePickerDays extends Component {
8383 </ tr >
8484
8585 < tr >
86- < th className = "dow" > Dim</ th >
87-
8886 < th className = "dow" > Lun</ th >
8987
9088 < th className = "dow" > Mar</ th >
@@ -96,6 +94,8 @@ export default class DateTimePickerDays extends Component {
9694 < th className = "dow" > Ven</ th >
9795
9896 < th className = "dow" > Sam</ th >
97+
98+ < th className = "dow" > Dim</ th >
9999 </ tr >
100100 </ thead >
101101
You can’t perform that action at this time.
0 commit comments