Skip to content

Commit

Permalink
fix: group perks
Browse files Browse the repository at this point in the history
  • Loading branch information
costaht committed Oct 20, 2024
1 parent 3514c68 commit 3f2cb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/stats/groups/groups-requirements.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class="{{ config('other.font-awesome') }} fa-upload text-success"
</tr>
@endif

@if (! config('other.invites_restriced') || (config('other.invites_restriced') && \in_array($group->name, config('other.invite_groups'), true)))
@if ($group->can_invite && (! config('other.invites_restriced') || (config('other.invites_restriced') && \in_array($group->name, config('other.invite_groups'), true))))
<tr>
<td>
<i
Expand Down

0 comments on commit 3f2cb8e

Please sign in to comment.