Skip to content

Commit

Permalink
Reverse history list
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Jun 15, 2023
1 parent 9e1a73d commit c8cc96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Home = () => {
timestamp: report.summary.timestamp,
...report,
};
}),
}).reverse(),
);
} else {
setReports(
Expand Down

0 comments on commit c8cc96f

Please sign in to comment.