Skip to content

Commit

Permalink
fix: runtime error loading ban player alias (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyksaw authored Oct 26, 2024
1 parent a5a7fbf commit bcd8769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/front/pages/ban.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
Banned By
</td>
<td class="py-4 px-2">
{{ $ban->bannerPlayer?->alias?->first() ?? "No name" }}
{{ $ban->bannerPlayer?->alias ?? "No name" }}
</td>
</tr>
</table>
Expand Down

0 comments on commit bcd8769

Please sign in to comment.