Skip to content

Commit

Permalink
feat(ecowatt): Add day in box display
Browse files Browse the repository at this point in the history
  • Loading branch information
cicoub13 committed Jan 13, 2023
1 parent 3d2ffc8 commit a163d5f
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 a163d5f

Please sign in to comment.