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 5969e913b5
commit a170694a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save