Skip to content

Commit

Permalink
fix: remove unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 6, 2021
1 parent 9eefb1d commit 8489eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/react-router-integration/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ export const useRoutes = (): ReactElement[] => {
},
);
return routes;
}, [store]);
}, []);
return routes;
};

0 comments on commit 8489eca

Please sign in to comment.