From b9f4896830552909294d6c3293cd7e0502d66fc1 Mon Sep 17 00:00:00 2001 From: kibi! Date: Sun, 14 Jan 2018 15:31:00 -0800 Subject: Fixes to drawer and CWs --- app/javascript/flavours/glitch/features/drawer/index.js | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'app/javascript/flavours/glitch/features') diff --git a/app/javascript/flavours/glitch/features/drawer/index.js b/app/javascript/flavours/glitch/features/drawer/index.js index 375954cb6..e6a689575 100644 --- a/app/javascript/flavours/glitch/features/drawer/index.js +++ b/app/javascript/flavours/glitch/features/drawer/index.js @@ -73,14 +73,11 @@ class Drawer extends React.Component { searchValue, submitted, } = this.props; - - let innerDrawerAttrs = { - className: classNames('drawer--inner', 'mbstobon-' + elefriend), - }; + const computedClass = classNames('drawer', `mbstobon-${elefriend}`); // The result. return ( -
+
{multiColumn ? (
-
- - {multiColumn &&
+ + {multiColumn &&