mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix jslint
This commit is contained in:
parent
fa836c0dc2
commit
51e10176c4
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ class StatusContent extends PureComponent {
|
|||
|
||||
spokenByUser() {
|
||||
return spokenLanguages.includes(this.props.status.get('language'));
|
||||
};
|
||||
}
|
||||
|
||||
render () {
|
||||
const { status, intl, statusContent } = this.props;
|
||||
|
|
Loading…
Reference in a new issue