fix roomavatars on FF
This commit is contained in:
parent
27fea6bc95
commit
05a3dab528
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ module.exports = React.createClass({
|
||||||
this.getOneToOneAvatar(props),
|
this.getOneToOneAvatar(props),
|
||||||
this.getFallbackAvatar(props) // lowest priority
|
this.getFallbackAvatar(props) // lowest priority
|
||||||
].filter(function(url) {
|
].filter(function(url) {
|
||||||
return url != null;
|
return (url != null && url != "");
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue