oh no not enough copy paste

This commit is contained in:
hannes 2023-12-07 21:38:13 +00:00
parent e76b69d0ff
commit f18c384e79

View file

@ -229,7 +229,7 @@
<div class="tui-chart-legend">25%</div> <div class="tui-chart-legend">25%</div>
</div> --> </div> -->
<div class="tui-chart-x-axis"> <div class="tui-chart-x-axis">
@for ph in finished_per_hour @for ph in ordered_per_hour
<div class="tui-chart-legend">@ph.label</div> <div class="tui-chart-legend">@ph.label</div>
@end @end
</div> </div>