Skip to content

Commit

Permalink
add more lines
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Oct 1, 2024
1 parent d266ce7 commit 0419552
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
@@ -1,4 +1,4 @@
/* eslint max-lines: ["error", 400] */
/* eslint max-lines: ["error", 450] */
import React, {
createContext,
useCallback,
Expand Down Expand Up @@ -320,7 +320,7 @@ const StateContextProvider = ({children}: StateContextProviderProps) => {

return;
}

if (URL_HASH_PARAMS_DEFAULT.logEventNum === logEventNum) {
return;
}
Expand Down

0 comments on commit 0419552

Please sign in to comment.