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