From 51e10176c49f5f162996f5b80bd2f444288cbc2d Mon Sep 17 00:00:00 2001 From: Adam Niedzielski Date: Tue, 30 Jul 2024 16:30:49 +0200 Subject: [PATCH] Fix jslint --- app/javascript/mastodon/components/status_content.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/components/status_content.jsx b/app/javascript/mastodon/components/status_content.jsx index 8b90f7e3253..d189c9706e4 100644 --- a/app/javascript/mastodon/components/status_content.jsx +++ b/app/javascript/mastodon/components/status_content.jsx @@ -239,7 +239,7 @@ class StatusContent extends PureComponent { spokenByUser() { return spokenLanguages.includes(this.props.status.get('language')); - }; + } render () { const { status, intl, statusContent } = this.props;