Formatting

This commit is contained in:
Pieter Vander Vennet 2022-12-08 03:01:08 +01:00
parent 420f24f76f
commit 809c0a1ddf
3 changed files with 4 additions and 4 deletions

View file

@ -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"),
])
}