Fix incorrect condition in Discord appeal form banning status check.

This commit is contained in:
akastijn 2025-11-23 04:31:16 +01:00
parent bfed460d8e
commit 2baa3ef51f

View File

@ -65,7 +65,7 @@
<p>We were unable to find your punishment on our Discord server.</p>
</div>
</section>
} @else if (bannedUser.isBanned || bannedUser.bannedUser == null) {
} @else if (!bannedUser.isBanned || bannedUser.bannedUser == null) {
<section class="formPage">
<div class="description">
<p>Your discord account is not banned on our Discord server.</p>