Skip to content

Commit

Permalink
Fix last hour preview (blakeblackshear#13027)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 authored and sandnabba committed Aug 14, 2024
1 parent eade1f5 commit 36eb8d8
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 36eb8d8

Please sign in to comment.