mirror of https://github.com/vector-im/riot-web
				
				
				
			fix roomavatars on FF
							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…
	
		Reference in New Issue