Remove unused computed property

This commit is contained in:
Bram Ceulemans 2020-12-09 22:57:35 +01:00
parent c5eab80d76
commit 273a268ac4

View File

@ -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);