fix roomavatars on FF
parent
27fea6bc95
commit
05a3dab528
|
@ -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…
Reference in New Issue