Remove unused computed val

This commit is contained in:
Alicia Sykes 2022-05-30 12:51:12 +01:00
parent 76f22b032d
commit 9a0afd7c99
1 changed files with 0 additions and 3 deletions

View File

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