From 49a2a2ef969d427e93345b0efbe17427c3b8293d Mon Sep 17 00:00:00 2001 From: Z Date: Sun, 8 Dec 2019 19:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/mastodon/features/compose/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/compose/index.js b/app/javascript/mastodon/features/compose/index.js index c90578ccf..ce65a77ca 100644 --- a/app/javascript/mastodon/features/compose/index.js +++ b/app/javascript/mastodon/features/compose/index.js @@ -138,7 +138,7 @@ class Compose extends React.PureComponent { {(multiColumn || isSearchPage) && } - { pinnedInfo && showPinned && + { pinnedInfo && showPinned && multiColumn &&
{ReactHtmlParser(pinnedInfo)}