summaryrefslogtreecommitdiffstats
path: root/finished-application/frontend
diff options
context:
space:
mode:
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))