Fixed a few more linter errors
This commit is contained in:
@ -146,4 +146,4 @@ export function displayTime(element: HTMLElement) {
|
||||
const startTime = (h <= 9 ? "0" + h : h) + ":" + (m <= 9 ? "0" + m : m)
|
||||
|
||||
element.textContent = startTime
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user