mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
Reverse order
This commit is contained in:
parent
7ad7dafdab
commit
4dade5e680
@ -209,7 +209,7 @@ function History() {
|
|||||||
</Heading>
|
</Heading>
|
||||||
|
|
||||||
<div className="flex flex-wrap">
|
<div className="flex flex-wrap">
|
||||||
{Object.entries(timelineHour).map(
|
{Object.entries(timelineHour).reverse().map(
|
||||||
([key, timeline]) => {
|
([key, timeline]) => {
|
||||||
const startTs = Object.values(timeline.entries)[0]
|
const startTs = Object.values(timeline.entries)[0]
|
||||||
.timestamp;
|
.timestamp;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user