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 1ec4196 commit d5a1017
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 @@ -245,7 +245,7 @@ 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 d5a1017

Please sign in to comment.