New AvatarPopup component
This commit is contained in:
parent
195de96269
commit
dd1f9b055f
19 changed files with 432 additions and 30 deletions
|
@ -1939,7 +1939,7 @@
|
|||
},
|
||||
|
||||
getProfileName() {
|
||||
if (this.isPrivate() && !this.get('name')) {
|
||||
if (this.isPrivate()) {
|
||||
return this.get('profileName');
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue