Few extra tweaks

This commit is contained in:
Pieter Vander Vennet 2020-08-08 21:49:39 +02:00
parent 8d3c8ed9d9
commit 7757bb051c
5 changed files with 24 additions and 10 deletions

View file

@ -234,7 +234,7 @@ export class CustomLayoutFromJSON {
name: t(json.title),
icon: json.icon,
minzoom: json.minzoom,
title: tr(json.title),
title: tr(json.title) ,
presets: json.presets.map((preset) => {
return CustomLayoutFromJSON.PresetFromJson(json, preset)
}),