mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
Merge pull request #7306 from AlexSCorey/6863-CopyProjectsAndInventories
Removes extra spacing from timeOfDay function Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
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