Maxime Quandalle hace 10 años
padre
commit
b15a0c59a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
     }
   },