Remove unused computed val

This commit is contained in:
Alicia Sykes 2022-05-30 12:51:12 +01:00 committed by Alicia Sykes
parent c823a2e9bd
commit 5c896fded5

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;
}, },