From: unarist Date: Tue, 17 Oct 2017 11:03:12 +0000 (+0900) Subject: Fix React warning about tabIndex on status with CW (#5432) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=2d395324e18071dfb6132370b577a0aa13743d58;p=mastodon.git Fix React warning about tabIndex on status with CW (#5432) --- diff --git a/app/javascript/mastodon/components/status_content.js b/app/javascript/mastodon/components/status_content.js index 63ce25865..fd9aa7edc 100644 --- a/app/javascript/mastodon/components/status_content.js +++ b/app/javascript/mastodon/components/status_content.js @@ -153,7 +153,7 @@ export default class StatusContent extends React.PureComponent { {mentionsPlaceholder} -
+
); } else if (this.props.onClick) {