Lint fixes
parent
bdf5ebf9e9
commit
a46cbb346b
|
@ -2927,6 +2927,7 @@ export default {
|
||||||
if (this.currentHour == 0) {
|
if (this.currentHour == 0) {
|
||||||
return this.currentHour + 12;
|
return this.currentHour + 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.currentHour < 10 ? '0' + this.currentHour : this.currentHour;
|
return this.currentHour < 10 ? '0' + this.currentHour : this.currentHour;
|
||||||
},
|
},
|
||||||
formattedCurrentMinute() {
|
formattedCurrentMinute() {
|
||||||
|
|
Loading…
Reference in New Issue