mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
Fix code style and add missing semicolons
This commit is contained in:
@ -67,7 +67,7 @@ define([
|
||||
timeFormat = self.use24 ?
|
||||
baseFormat.replace('hh', "HH") : baseFormat;
|
||||
// If wrong timezone is provided, the UTC will be used
|
||||
zoneName = momentTimezone.tz.names().includes(model.timezone) ?
|
||||
zoneName = momentTimezone.tz.names().includes(model.timezone) ?
|
||||
model.timezone : "UTC";
|
||||
update();
|
||||
}
|
||||
|
Reference in New Issue
Block a user