- fixed small bug, that I forgot to port from the previous implementation
This commit is contained in:
@@ -37,7 +37,7 @@ export default {
|
|||||||
return this.timeZone.split('/')[1].replaceAll('_', ' ');
|
return this.timeZone.split('/')[1].replaceAll('_', ' ');
|
||||||
},
|
},
|
||||||
showSeconds() {
|
showSeconds() {
|
||||||
if (this.options.hideSeconds) return this.options.hideSeconds;
|
if (this.options.hideSeconds) return !this.options.hideSeconds;
|
||||||
// this is the default
|
// this is the default
|
||||||
return true;
|
return true;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user