Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Sep 12, 2024
1 parent 0f36094 commit 5608161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions new-log-viewer/src/components/StatusBar/LogLevelFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
LOG_LEVEL_VALUES_LIST,
} from "../../typings/logs";


/**
* Renders log level filter
*
Expand Down
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 @@ -244,8 +244,8 @@ const StateContextProvider = ({children}: StateContextProviderProps) => {

const loadPage = (newPageNum: number) => {
if (null === mainWorkerRef.current) {

console.error("Unexpected null mainWorkerRef.current");

return;
}
workerPostReq(mainWorkerRef.current, WORKER_REQ_CODE.LOAD_PAGE, {
Expand Down

0 comments on commit 5608161

Please sign in to comment.