Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2017-10-23 16:12:22 +00:00
commit 4819379d3e
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ export default class Flair extends React.Component {
}
const profiles = await this._getGroupProfiles(groups);
if (!this.unmounted) {
this.setState({profiles});
this.setState({profiles: profiles.filter((profile) => {return profile.avatarUrl;})});
}
}