mirror of https://github.com/Lissy93/dashy.git
⚡ Remove unused computed val
This commit is contained in:
parent
76f22b032d
commit
9a0afd7c99
|
@ -45,9 +45,6 @@ export default {
|
|||
}
|
||||
return {};
|
||||
},
|
||||
showOnOffStatusOnly() {
|
||||
return this.options.showOnOffStatusOnly;
|
||||
},
|
||||
limit() {
|
||||
return this.options.limit || 10;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue