Skip to content

Commit

Permalink
Ecowatt: Add day in display, fix #1665 (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
cicoub13 authored Jan 20, 2023
1 parent 707b252 commit d5d81dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/boxs/ecowatt/Ecowatt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class Ecowatt extends Component {
days.push({
day: dayjs(day.jour)
.locale(this.props.user.language)
.format('LL'),
.format('ddd LL'),
data: day.dvalue
});
});
Expand Down

0 comments on commit d5d81dd

Please sign in to comment.