Skip to content

Commit

Permalink
Merge pull request #457 from Roving-Ronin/patch-1
Browse files Browse the repository at this point in the history
Update full-card.ts
  • Loading branch information
slipx06 authored May 27, 2024
2 parents 549183e + 5cf9625 commit f1f9939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cards/full-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,7 @@ export const fullCard = (config: sunsynkPowerFlowCardConfig, inverterImg: string
<text id="energy_cost" x="414" y="305" class="${!config.show_grid ? 'st12' : 'st3 right-align'}"
fill="${data.gridColour}"
display="${config.entities?.energy_cost_sell && data.stateEnergyCostSell.isValid() ? '' : 'none'}" >
${data.energyCost}}
${data.energyCost}
</text>
<text id="energy_cost" x="414" y="318" class="${!config.show_grid ? 'st12' : 'st3 right-align'}"
fill="${data.gridColour}"
Expand Down

0 comments on commit f1f9939

Please sign in to comment.