Skip to content

Commit c26459d

Browse files
committed
small change so last pusher
1 parent a55a3c8 commit c26459d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

new-log-viewer/src/contexts/StateContextProvider.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ const StateContextProvider = ({children}: StateContextProviderProps) => {
329329

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

335335
if (logEventNumsOnPage.includes(clampedLogEventNum)) {
336336
if (clampedLogEventNum !== logEventNum) {

0 commit comments

Comments
 (0)