mirror of https://github.com/vector-im/riot-web
Merge remote-tracking branch 'origin/develop' into develop
commit
e4b4a885ff
|
@ -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;
|
||||||
})
|
}),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue