diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Battery.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Battery.vue index 5a196829..89e7acd0 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Battery.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Battery.vue @@ -63,12 +63,6 @@ export default { components: {EntityIcon}, mixins: [EntityMixin], - data() { - return { - expanded: false, - } - }, - computed: { valuePercent() { if (this.value?.value == null) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/LinkQuality.vue b/platypush/backend/http/webapp/src/components/panels/Entities/LinkQuality.vue index 4d9d76b7..d38d5eee 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/LinkQuality.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/LinkQuality.vue @@ -30,12 +30,6 @@ export default { components: {EntityIcon}, mixins: [EntityMixin], - data() { - return { - expanded: false, - } - }, - computed: { valuePercent() { if (this.value?.value == null)