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

pull/21833/head
Weblate 2018-01-19 14:07:23 +00:00
commit e4b4a885ff
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export default class Flair extends React.Component {
this.setState({ this.setState({
profiles: profiles.filter((profile) => { profiles: profiles.filter((profile) => {
return profile ? profile.avatarUrl : false; return profile ? profile.avatarUrl : false;
}) }),
}); });
} }
} }