mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
removes extra spacing
This commit is contained in:
parent
442d539ff8
commit
82010e4ba2
@ -24,8 +24,8 @@ export function timeOfDay() {
|
||||
const second = prependZeros(date.getSeconds());
|
||||
const time =
|
||||
hour > 12
|
||||
? `${hour - 12}:${minute} :${second} PM`
|
||||
: `${hour}:${minute}:${second}`;
|
||||
? `${hour - 12}:${minute}:${second} PM`
|
||||
: `${hour}:${minute}:${second} AM`;
|
||||
return time;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user