Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjmchugh committed Nov 28, 2024
1 parent 2851ea2 commit de5a00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
var allowed =
!g.restricted &&
(($.inArray(g.group, gnShareConstants.internalGroups) !== -1 &&
user.isReviewerOrMore()) ||
user.isReviewerOrMore()) ||
$.inArray(g.group, gnShareConstants.internalGroups) === -1);

if (allowed) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
data-ng-class="gnGroupEdit.minimumProfileForPrivileges.$error.minimumProfileForPrivileges ? 'has-error' : ''"
>
<label class="control-label" data-translate=""
>minimumProfileForPrivileges</label
>minimumProfileForPrivileges</label
>
<select
class="form-control"
Expand Down

0 comments on commit de5a00c

Please sign in to comment.