mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 07:34:07 -08:00
fix(util-frontend): improve formatting timezoneList
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
5969e913b5
commit
a170694a83
|
@ -18,7 +18,6 @@ function getTimezoneOffset(timeZone) {
|
|||
}
|
||||
|
||||
export function timezoneList() {
|
||||
|
||||
let result = [];
|
||||
|
||||
for (let timezone of timezones) {
|
||||
|
|
Loading…
Reference in a new issue