From a7ab9b6779c6b8f0797ec8d6b7ce68f0cbc5ea81 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Wed, 14 Sep 2016 20:13:11 -0700 Subject: [PATCH] Sidebar styles --- frontend/scenes/DocumentScene/components/Sidebar/Sidebar.js | 4 +--- frontend/scenes/DocumentScene/components/Sidebar/Sidebar.scss | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/scenes/DocumentScene/components/Sidebar/Sidebar.js b/frontend/scenes/DocumentScene/components/Sidebar/Sidebar.js index c8da34a3..b03fe45f 100644 --- a/frontend/scenes/DocumentScene/components/Sidebar/Sidebar.js +++ b/frontend/scenes/DocumentScene/components/Sidebar/Sidebar.js @@ -12,8 +12,6 @@ const cx = classNames.bind(styles); import SidebarStore from './SidebarStore'; -// import treeStyles from 'components/Tree/Tree.scss'; - @observer class Sidebar extends React.Component { static store; @@ -69,7 +67,7 @@ class Sidebar extends React.Component { ) }