Browse Source

fix(util-frontend): improve formatting timezoneList

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/391/head
Bert Verhelst 3 years ago
committed by GitHub
parent
commit
a170694a83
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/util-frontend.ts

1
src/util-frontend.ts

@ -18,7 +18,6 @@ function getTimezoneOffset(timeZone) {
} }
export function timezoneList() { export function timezoneList() {
let result = []; let result = [];
for (let timezone of timezones) { for (let timezone of timezones) {

Loading…
Cancel
Save