mirror of https://github.com/bastienwirtz/homer
Remove unused computed property
parent
c5eab80d76
commit
273a268ac4
|
@ -50,12 +50,6 @@ export default {
|
|||
};
|
||||
},
|
||||
computed: {
|
||||
percentage: function () {
|
||||
if (this.status) {
|
||||
return this.status.ads_percentage_today.toFixed(1);
|
||||
}
|
||||
return "";
|
||||
},
|
||||
blocked: function () {
|
||||
if (this.status) {
|
||||
return this.status.dns_queries_today.toFixed(0);
|
||||
|
|
Loading…
Reference in New Issue