]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Remove unused computed property
authorBram Ceulemans <bramceulemans@me.com>
Wed, 9 Dec 2020 21:57:35 +0000 (22:57 +0100)
committerBram Ceulemans <bramceulemans@me.com>
Wed, 9 Dec 2020 21:57:35 +0000 (22:57 +0100)
src/components/services/PiHole.vue

index 47b1261d0164e59c54956492abd958ac6cc88ad6..10d5ece9e25327341e8a0df5cc70fbd750b1dd68 100644 (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);