1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Fix jslint

This commit is contained in:
Adam Niedzielski 2024-07-30 16:30:49 +02:00
parent fa836c0dc2
commit 51e10176c4
No known key found for this signature in database
GPG key ID: D97FC2C798BAC058

View file

@ -239,7 +239,7 @@ class StatusContent extends PureComponent {
spokenByUser() {
return spokenLanguages.includes(this.props.status.get('language'));
};
}
render () {
const { status, intl, statusContent } = this.props;