diff --git a/web-new/src/pages/History.tsx b/web-new/src/pages/History.tsx index a1c7a1624..e01835598 100644 --- a/web-new/src/pages/History.tsx +++ b/web-new/src/pages/History.tsx @@ -209,7 +209,7 @@ function History() {
- {Object.entries(timelineHour).map( + {Object.entries(timelineHour).reverse().map( ([key, timeline]) => { const startTs = Object.values(timeline.entries)[0] .timestamp;