Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test fix
Browse files Browse the repository at this point in the history
rodrigo-barraza committed Jan 8, 2025
1 parent 83f3cb9 commit 81e832c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -405,7 +405,7 @@ export default class MemberDataTable extends Vue {
}
private canChangeRole (memberBeingChanged: Member): boolean {
if (this.currentUser.roles.includes(Role.ContactCentreStaff)) {
if (this.currentUser.roles?.includes(Role.ContactCentreStaff)) {
return false
}

0 comments on commit 81e832c

Please sign in to comment.