mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -03:30
removes extra spacing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user