Skip to content

Commit

Permalink
change icon for moderators with custom permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Apr 24, 2023
1 parent ba972d3 commit 28bbd71
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,10 @@ export default {
},
actionIcon() {
if (this.isModerator) {
return ''
}
if (this.attendeePermissions === PARTICIPANT.PERMISSIONS.MAX_CUSTOM) {
return 'LockOpenVariant'
} else if (this.attendeePermissions === PARTICIPANT.PERMISSIONS.CUSTOM) {
Expand Down

0 comments on commit 28bbd71

Please sign in to comment.