fix: properly check for banned user in profile
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
<div class="card-body text-center">
|
||||
|
||||
@if ($profile->user->isBanned())
|
||||
@if (is_array($suspensionInfo))
|
||||
<del><h3>{{$profile->user->name}}</h3></del>
|
||||
@else
|
||||
<h3>{{$profile->user->name}}</h3>
|
||||
|
Reference in New Issue
Block a user