forked from MapComplete/MapComplete
Formatting
This commit is contained in:
parent
420f24f76f
commit
809c0a1ddf
3 changed files with 4 additions and 4 deletions
|
@ -685,7 +685,7 @@ export default class TagRenderingConfig {
|
|||
if (this.condition !== undefined && !this.condition?.matchesProperties({})) {
|
||||
condition = new Combine([
|
||||
"This tagrendering is only visible in the popup if the following condition is met:",
|
||||
new FixedUiElement(this.condition.asHumanString(false, false, {})).SetClass("code")
|
||||
new FixedUiElement(this.condition.asHumanString(false, false, {})).SetClass("code"),
|
||||
])
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue