fix: properly check for banned user in profile

This commit is contained in:
Miguel Nogueira 2022-09-02 00:39:34 +01:00
parent 667425e4e3
commit 6ae7de3094
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370

View File

@ -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>