Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Nov 16, 2024
1 parent 5d03faa commit 1b811c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/src/components/SuspenseRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export interface BrowserRouterProps {

export const SuspenseRouter = ({ basename, children, window }: BrowserRouterProps) => {
const historyRef = useRef<BrowserHistory>()
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const [isPending, startTransition] = useTransition()

if (historyRef.current == null) {
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/SuspenseRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export interface BrowserRouterProps {

export const SuspenseRouter = ({ basename, children, window }: BrowserRouterProps) => {
const historyRef = useRef<BrowserHistory>()
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const [isPending, startTransition] = useTransition()

if (historyRef.current == null) {
Expand Down

0 comments on commit 1b811c4

Please sign in to comment.