Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Mar 1, 2022
1 parent 251a0bc commit 5e1b49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/withApollo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function withApollo<TCache = any>(
apollo ||
initApollo<TCache>(client, {
initialState: apolloState?.data,
router: router
router
});

if (render) {
Expand Down

0 comments on commit 5e1b49d

Please sign in to comment.