diff --git a/bundles/org.openhab.ui/web/src/components/cards/glance/location/status-badge.vue b/bundles/org.openhab.ui/web/src/components/cards/glance/location/status-badge.vue index d0726f288c..9f6e0d2abf 100644 --- a/bundles/org.openhab.ui/web/src/components/cards/glance/location/status-badge.vue +++ b/bundles/org.openhab.ui/web/src/components/cards/glance/location/status-badge.vue @@ -196,7 +196,7 @@ export default { if (this.badgeOverrides && !this.exprAst) { const override = this.badgeOverrides[this.type] if (override && override.expression) { - this.exprAst = expr.parse(override.expression) + this.exprAst = expr.parse(override.expression) } } return this.exprAst diff --git a/bundles/org.openhab.ui/web/src/components/cards/location-card.vue b/bundles/org.openhab.ui/web/src/components/cards/location-card.vue index 899675e888..4e96e3f9c2 100644 --- a/bundles/org.openhab.ui/web/src/components/cards/location-card.vue +++ b/bundles/org.openhab.ui/web/src/components/cards/location-card.vue @@ -8,7 +8,7 @@