We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55a3c8 commit c26459dCopy full SHA for c26459d
new-log-viewer/src/contexts/StateContextProvider.tsx
@@ -329,8 +329,8 @@ const StateContextProvider = ({children}: StateContextProviderProps) => {
329
330
// eslint-disable-next-line no-warning-comments
331
// 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.
+ // current page. Once found, we update the event number in the URL instead of sending a new
+ // request since the page has not changed.
334
335
if (logEventNumsOnPage.includes(clampedLogEventNum)) {
336
if (clampedLogEventNum !== logEventNum) {
0 commit comments