Skip to content

Commit 60e8368

Browse files
committed
comments
1 parent 8a02248 commit 60e8368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/addMemberList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function addMemberList(guild) {
5050
container.appendChild(name);
5151

5252
// Add each user
53-
if (memberCount < 30) {
53+
if (memberCount < 30) { // rendering too many members here causes performance issues.
5454
r.members
5555
.filter(
5656
(m) =>

0 commit comments

Comments
 (0)