mirror of
https://github.com/ansible/awx.git
synced 2026-07-30 17:39:57 -02:30
removes extra spacing
This commit is contained in:
@@ -25,7 +25,7 @@ export function timeOfDay() {
|
|||||||
const time =
|
const time =
|
||||||
hour > 12
|
hour > 12
|
||||||
? `${hour - 12}:${minute}:${second} PM`
|
? `${hour - 12}:${minute}:${second} PM`
|
||||||
: `${hour}:${minute}:${second}`;
|
: `${hour}:${minute}:${second} AM`;
|
||||||
return time;
|
return time;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user