Skip to content

Commit

Permalink
chore(release): v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Jul 24, 2020
1 parent c094a73 commit 2bbbff9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matters-web",
"version": "3.10.2",
"version": "3.11.0",
"description": "codebase of Matters' website",
"sideEffects": false,
"author": "Matters <[email protected]>",
Expand Down
1 change: 0 additions & 1 deletion src/components/Protected/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const Protected: React.FC = ({ children }) => {
}
}, [viewer.privateFetched])


if (viewer.isAuthed && viewer.privateFetched) {
return <>{children}</>
}
Expand Down

0 comments on commit 2bbbff9

Please sign in to comment.