New AvatarPopup component

This commit is contained in:
Scott Nonnenberg 2019-10-17 11:22:07 -07:00 committed by Ken Powers
parent 195de96269
commit dd1f9b055f
19 changed files with 432 additions and 30 deletions

View file

@ -1939,7 +1939,7 @@
},
getProfileName() {
if (this.isPrivate() && !this.get('name')) {
if (this.isPrivate()) {
return this.get('profileName');
}
return null;