mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Fix linting
This commit is contained in:
parent
6c15bd8599
commit
75a1922731
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export default class Flair extends React.Component {
|
|||
this.setState({
|
||||
profiles: profiles.filter((profile) => {
|
||||
return profile ? profile.avatarUrl : false;
|
||||
})
|
||||
}),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue