Linter fix in statusPane
This commit is contained in:
parent
16458db85b
commit
d4dc113a60
1 changed files with 3 additions and 1 deletions
|
|
@ -85,7 +85,9 @@ export default {
|
||||||
return this.thingAvailable("stage") ? this.thingDescription("stage").title : undefined;
|
return this.thingAvailable("stage") ? this.thingDescription("stage").title : undefined;
|
||||||
},
|
},
|
||||||
illuminationType() {
|
illuminationType() {
|
||||||
return this.thingAvailable("illumination") ? this.thingDescription("illumination").title : undefined;
|
return this.thingAvailable("illumination")
|
||||||
|
? this.thingDescription("illumination").title
|
||||||
|
: undefined;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue