forked from MapComplete/MapComplete
Fix parenthese
This commit is contained in:
parent
12b92d286b
commit
a50913a094
2 changed files with 2 additions and 2 deletions
|
@ -414,7 +414,7 @@ export default class LayerConfig {
|
|||
const label = self.label.GetRenderValue(tgs)?.Subs(tgs).SetClass("block w-min text-center")
|
||||
console.log("Generating label gave ", label, " source: ", self.label, "tags: ", tgs)
|
||||
if (label !== undefined) {
|
||||
htmlParts.push(new Combine([label]).SetClass("flex flex-col items-center");
|
||||
htmlParts.push(new Combine([label]).SetClass("flex flex-col items-center"))
|
||||
}
|
||||
return new Combine(htmlParts).Render();
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue