2
0
Maxime Quandalle 10 жил өмнө
parent
commit
b15a0c59a8
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      collections/users.js

+ 1 - 1
collections/users.js

@@ -42,7 +42,7 @@ Users.helpers({
       }, '').toUpperCase();
 
     } else {
-      return this.pseudo[0].toUpperCase();
+      return this.username[0].toUpperCase();
     }
   },