Skip to content

Commit 51bb341

Browse files
committed
fix missing values in grid and home consumption card
1 parent f48d47c commit 51bb341

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/modules/display_themes/cards/source/src/components/Dashboard/GridCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
EVU
4444
</template>
4545
<template #headerRight>
46-
{{ gridPower.value.textValue }}
46+
{{ gridPower.textValue }}
4747
</template>
4848
<spark-line
4949
color="var(--color--danger)"

packages/modules/display_themes/cards/source/src/components/Dashboard/HomeCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default {
4343
Hausverbrauch
4444
</template>
4545
<template #headerRight>
46-
{{ homePower.value.textValue }}
46+
{{ homePower.textValue }}
4747
</template>
4848
<spark-line
4949
color="var(--color--light)"

0 commit comments

Comments
 (0)