Skip to content
This repository was archived by the owner on Dec 5, 2020. It is now read-only.

Add multiple langue#154

Open
pralhad88 wants to merge 6 commits intomasterfrom
multiLanguge
Open

Add multiple langue#154
pralhad88 wants to merge 6 commits intomasterfrom
multiLanguge

Conversation

@pralhad88
Copy link
Contributor

add multiple langue

// here we getting the role of user
const isAdmin =
rows.length > 0 && getUserRoles(rows).isAdmin === true
rows.length > 0 && (getUserRoles(rows).isAdmin === true || getUserRoles(rows).isFacilitator === true)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants