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 111ae39 commit 538ae0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-log-viewer/src/contexts/StateContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,13 @@ const StateContextProvider = ({children}: StateContextProviderProps) => {
firstLogEventNumPerPage: firstLogEventNumPerPage.current,
lastLogEventNumPerPage: lastLogEventNumPerPage.current,
loadFile: loadFile,
loadPage: loadPage,
logData: logData,
logLevelFilter: logLevelFilterRef.current,
numEvents: numEvents,
numFilteredEvents: numFilteredEvents.current,
numPages: numPagesRef.current,
pageNum: pageNumRef.current,
loadPage: loadPage,
}}
>
{children}
Expand Down

0 comments on commit 538ae0f

Please sign in to comment.