Browse Source

Update blacklist.blade.php

SahrulGnwn 2 years ago
parent
commit
f15efd26bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/moderator/ticket/blacklist.blade.php

+ 1 - 1
resources/views/moderator/ticket/blacklist.blade.php

@@ -148,7 +148,7 @@
                         <span class="username"> \
                             <a href="#">' + escapeHtml(data.name) +'</a> \
                         </span> \
-                        <span class="description"><strong>' + escapeHtml(data.email) + '</strong> - ' + escapeHtml(data.username) + '</span> \
+                        <span class="description"><strong>' + escapeHtml(data.email) + '</strong>' + '</span> \
                     </div>';
                 },
                 templateSelection: function (data) {