1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

Fix linting

This commit is contained in:
lukebarnard
2018-01-19 14:07:13 +00:00
parent 6c15bd8599
commit 75a1922731

View File

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