Skip to content

Commit

Permalink
feat: test breaking change
Browse files Browse the repository at this point in the history
BREAKING CHANGE: new major version
  • Loading branch information
kyranjamie committed Dec 10, 2020
1 parent 0a39775 commit 008c278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes.tsx
Expand Up @@ -75,7 +75,7 @@ export const routerConfig = [
const getAppStartingRoute = (address?: string) => (!!address ? routes.HOME : routes.WELCOME);

export function Routes() {
// `useStore` required as we only want the value on initial render
// `useStore` required as we only want the value on the initial render
const store = useStore();
const address = selectAddress(store.getState());
return (
Expand Down

0 comments on commit 008c278

Please sign in to comment.