We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b0df4 commit b75b1c6Copy full SHA for b75b1c6
src/views/Dashboard.vue
@@ -166,9 +166,9 @@ export default class Dashboard extends Mixins(StateMixin) {
166
167
get hasOutputs (): boolean {
168
return (
169
- this.$typedGetters['printer/getAllFans'].length > 0 ||
170
- this.$typedGetters['printer/getPins'].length > 0 ||
171
- this.$typedGetters['printer/getAllLeds'].length > 0
+ this.$typedGetters['printer/getAllFans']().length > 0 ||
+ this.$typedGetters['printer/getPins']().length > 0 ||
+ this.$typedGetters['printer/getAllLeds']().length > 0
172
)
173
}
174
0 commit comments