Skip to content

Commit

Permalink
chore: fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Jun 13, 2023
1 parent f2fd178 commit fe14b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/adapters/nextjs-app-router/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const GeschichteForNextAppRouter = ({ children }: Props) => {
},
replace: async (query) => {
replace(`${pathname}${createSearch(query)}`)
}
},
}
}, [])

Expand All @@ -43,7 +43,7 @@ const GeschichteForNextAppRouter = ({ children }: Props) => {
// tslint:disable-next-line:no-shadowed-variable
({ unregister, updateFromQuery }: StoreState<object>) => ({
unregister,
updateFromQuery
updateFromQuery,
}),
shallow
)
Expand Down

0 comments on commit fe14b4b

Please sign in to comment.