Remove unused computed val

This commit is contained in:
Alicia Sykes 2022-05-30 12:51:12 +01:00
parent 76f22b032d
commit 9a0afd7c99

View File

@ -45,9 +45,6 @@ export default {
} }
return {}; return {};
}, },
showOnOffStatusOnly() {
return this.options.showOnOffStatusOnly;
},
limit() { limit() {
return this.options.limit || 10; return this.options.limit || 10;
}, },