Skip to content

Commit a66a837

Browse files
committed
fix(front): remove redundant checks from add people button visibility check
1 parent 5f2eaa0 commit a66a837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/lib/front_web/templates/people/members/members_list.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<div class="b">People</div>
3333
</div>
3434
</div>
35-
<%= if !@org_scope? || !Front.on_prem?() || Front.ce_roles?() do %>
35+
<%= if !Front.on_prem?() do %>
3636
<%= render "members/_add_people_button.html", conn: @conn, org_scope?: @org_scope?, permissions: @permissions %>
3737
<% end %>
3838
</div>

0 commit comments

Comments
 (0)