Skip to content

Commit

Permalink
small change so last pusher
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Oct 1, 2024
1 parent a55a3c8 commit c26459d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions new-log-viewer/src/contexts/StateContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ const StateContextProvider = ({children}: StateContextProviderProps) => {

// eslint-disable-next-line no-warning-comments
// TODO: After filter is added, will need to find the largest <= log event number on the
// current page. Once found, we update the log event number in the URL instead of sending
// a new request since the page has not changed.
// current page. Once found, we update the event number in the URL instead of sending a new
// request since the page has not changed.

if (logEventNumsOnPage.includes(clampedLogEventNum)) {
if (clampedLogEventNum !== logEventNum) {
Expand Down

0 comments on commit c26459d

Please sign in to comment.