mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-01-27 08:18:53 +01:00
Remove unused computed property
This commit is contained in:
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
Block a user