From: Eugen Rochko Date: Mon, 8 Jan 2018 02:50:53 +0000 (+0100) Subject: Do not display elephant friend in single-column layout (#6222) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=93555182c3cfd810fc481d9451e990955a696ea4;p=mastodon.git Do not display elephant friend in single-column layout (#6222) --- diff --git a/app/javascript/mastodon/features/compose/index.js b/app/javascript/mastodon/features/compose/index.js index c3e936ab9..3f75a218d 100644 --- a/app/javascript/mastodon/features/compose/index.js +++ b/app/javascript/mastodon/features/compose/index.js @@ -94,7 +94,7 @@ export default class Compose extends React.PureComponent {
-
+ {multiColumn &&
}