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 797dcf0 commit 1d04e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions new-log-viewer/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import MenuBar from "./MenuBar";
import StatusBar from "./StatusBar";
import APP_THEME from "./theme";



/**
* Renders the major layout of the log viewer.
*
Expand Down
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 @@ -238,8 +238,8 @@ const StateContextProvider = ({children}: StateContextProviderProps) => {
workerPostReq(mainWorkerRef.current, WORKER_REQ_CODE.CHANGE_FILTER, {
cursor: {code: CURSOR_CODE.PAGE_NUM, args: {pageNum: 1}},
logLevelFilter: newLogLevelFilter,
});
};
});
};


const loadPage = (newPageNum: number) => {
Expand Down

0 comments on commit 1d04e46

Please sign in to comment.