Maxime Quandalle před 10 roky
rodič
revize
b15a0c59a8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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();
     }
   },