You've already forked matrix-react-sdk
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:
@@ -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;
|
||||||
})
|
}),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user