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

Add multiple langue #154

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add multiple langue #154

wants to merge 6 commits into from

Conversation

pralhad88
Copy link
Contributor

add multiple langue

@@ -526,7 +526,7 @@ export default class CourseController {
.then((rows) => {
// 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