Skip to content

Commit

Permalink
Fix last hour preview
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Aug 13, 2024
1 parent 05bc383 commit a5eb3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function Events() {
}

return {
before: Math.floor(reviewSearchParams["before"]),
before: Math.ceil(reviewSearchParams["before"]),
after: Math.floor(reviewSearchParams["after"]),
};
}, [last24Hours, reviewSearchParams]);
Expand Down

0 comments on commit a5eb3cc

Please sign in to comment.