Chore: small code cleanup

This commit is contained in:
Pieter Vander Vennet 2024-04-12 15:04:55 +02:00
parent 5424932f1a
commit 6812ab3890

View file

@ -232,10 +232,9 @@ export default class TagRenderingConfig {
throw "Tagrendering has a 'mappings'-object, but expected a list (" + context + ")" throw "Tagrendering has a 'mappings'-object, but expected a list (" + context + ")"
} }
const firstMappingSize: string = json.mappings.map((m) => (m.icon?.["class"])).find(c => !!c)
const commonIconSize = const commonIconSize =
Utils.NoNull( firstMappingSize ??
json.mappings.map((m) => (!!m.icon ? m.icon["class"] : undefined))
)[0] ??
json["#iconsize"] ?? json["#iconsize"] ??
"small" "small"
this.mappings = json.mappings.map((m, i) => this.mappings = json.mappings.map((m, i) =>