diff --git a/client/js/components/friends.js b/client/js/components/friends.js index 6d3b167..f591f5c 100644 --- a/client/js/components/friends.js +++ b/client/js/components/friends.js @@ -34,30 +34,18 @@ const Friends = { html += '
'; friendsWithStatus.slice(0, 6).forEach((friend, index) => { html += ` -
- - ${this.escapeHtml(friend.username)} + `; }); @@ -66,7 +54,7 @@ const Friends = { if (friends.length > limit) { html += `