mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
fix roomavatars on FF
This commit is contained in:
parent
27fea6bc95
commit
05a3dab528
@ -65,7 +65,7 @@ module.exports = React.createClass({
|
||||
this.getOneToOneAvatar(props),
|
||||
this.getFallbackAvatar(props) // lowest priority
|
||||
].filter(function(url) {
|
||||
return url != null;
|
||||
return (url != null && url != "");
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user