Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Sep 12, 2024
1 parent d5a1017 commit 111ae39
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 @@ -322,17 +322,17 @@ const StateContextProvider = ({children}: StateContextProviderProps) => {
<StateContext.Provider
value={{
beginLineNumToLogEventNum: beginLineNumToLogEventNumRef.current,
fileName: fileName,
changeLogLevelFilter: changeLogLevelFilter,
fileName: fileName,
firstLogEventNumPerPage: firstLogEventNumPerPage.current,
lastLogEventNumPerPage: lastLogEventNumPerPage.current,
loadFile: loadFile,
logData: logData,
logLevelFilter: logLevelFilterRef.current,
numEvents: numEvents,
numFilteredEvents: numFilteredEvents.current,
numPages: numPagesRef.current,
pageNum: pageNumRef.current,
loadFile: loadFile,
loadPage: loadPage,
}}
>
Expand Down

0 comments on commit 111ae39

Please sign in to comment.