Skip to content

Commit

Permalink
Charging plan: fix co2 notice (#9918)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Sep 17, 2023
1 parent 33fc5d6 commit a475b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/components/TargetCharge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default {
},
costLimitText: function () {
if (this.isCo2) {
this.$t("main.targetCharge.co2Limit", {
return this.$t("main.targetCharge.co2Limit", {
co2: this.fmtCo2Short(this.smartCostLimit),
});
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,6 @@ tariffs:
feedin:
type: fixed
price: 0.08 # EUR/kWh
planner:
co2:
type: grünstromindex
zip: 12349

0 comments on commit a475b8d

Please sign in to comment.