summaryrefslogtreecommitdiffstats
path: root/frontend/components/PleaseSignIn.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-16 12:27:21 -0400
committerWes Bos <wesbos@gmail.com>2018-05-16 12:27:21 -0400
commit18752008f9abd7749f61f8d674f66de2a535c131 (patch)
tree5825328e58cf8a4a196532f8b40d515b185cd8ea /frontend/components/PleaseSignIn.js
parent802b65cfd634305f62d88cb57c54f8c053701d27 (diff)
SSR with Auth
Diffstat (limited to 'frontend/components/PleaseSignIn.js')
-rw-r--r--frontend/components/PleaseSignIn.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/PleaseSignIn.js b/frontend/components/PleaseSignIn.js
index 22c58c9..7e5e726 100644
--- a/frontend/components/PleaseSignIn.js
+++ b/frontend/components/PleaseSignIn.js
@@ -39,7 +39,7 @@ const PleaseSignIn = props => (
);
PleaseSignIn.propTypes = {
- allowedPermissions: PropTypes.array.isRequired,
+ allowedPermissions: PropTypes.array,
children: PropTypes.any.isRequired,
};