summaryrefslogtreecommitdiffstats
path: root/finished-application/frontend
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-08-14 15:39:34 -0400
committerWes Bos <wesbos@gmail.com>2018-08-14 15:39:34 -0400
commitee09df7dee16a7b44711159c60c54cc9365be35e (patch)
treef44bfca6d65c0082ca267300c33ff8186a713ec0 /finished-application/frontend
parenta07aad867cdfc3d5f270be25e571901af500f625 (diff)
stepped
Diffstat (limited to 'finished-application/frontend')
-rw-r--r--finished-application/frontend/components/PleaseSignIn.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/finished-application/frontend/components/PleaseSignIn.js b/finished-application/frontend/components/PleaseSignIn.js
index 5646749..3cd7267 100644
--- a/finished-application/frontend/components/PleaseSignIn.js
+++ b/finished-application/frontend/components/PleaseSignIn.js
@@ -18,7 +18,7 @@ const PleaseSignIn = props => (
}
// check if they need permissions
if (props.allowedPermissions) {
- // check if they NO permissions, or they don't meet the requmrenets
+ // check if they have NO permissions, or they don't meet the requmrenets
if (
!data.me.permissions ||
!props.allowedPermissions.some(permission => data.me.permissions.includes(permission))