mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Fix last keep alive date
This commit is contained in:
parent
28fb1689fa
commit
efaba94428
@ -47,7 +47,7 @@ export class StatusController {
|
||||
try {
|
||||
return this.timeService.offset(time);
|
||||
} catch (error) {
|
||||
return time !== '-' ? `${time} (UTC)` : time;
|
||||
return time === (!'-' && !undefined) ? `${time} (UTC)` : (time || '-');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user