File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,8 @@ class App extends Component<Props, State> {
189
189
< Sidebar
190
190
accounts = { activeAccounts }
191
191
deviceIDs = { deviceIDs }
192
+ activeSidebar = { false }
193
+ sidebarStatus = ""
192
194
/>
193
195
< div className = "appContent flex flex-column flex-1" style = { { minWidth : 0 } } >
194
196
< Update />
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import ejectIcon from '../../assets/icons/eject.svg';
25
25
import info from '../../assets/icons/info.svg' ;
26
26
import settings from '../../assets/icons/settings-alt.svg' ;
27
27
import settingsGrey from '../../assets/icons/settings-alt_disabled.svg' ;
28
- import { share } from '../../decorators/share' ;
28
+ // import { share } from '../../decorators/share';
29
29
import { debug } from '../../utils/env' ;
30
30
import { apiPost } from '../../utils/request' ;
31
31
import Logo , { AppLogoInverted } from '../icon/logo' ;
@@ -278,5 +278,7 @@ const Sidebar = ({
278
278
) ;
279
279
} ;
280
280
281
- const guideShareHOC = share < SharedPanelProps , SidebarProps > ( panelStore ) ( Sidebar ) ;
282
- export { guideShareHOC as Sidebar } ;
281
+ // const guideShareHOC = share<SharedPanelProps, SidebarProps>(panelStore)(Sidebar);
282
+ // export { guideShareHOC as Sidebar };
283
+
284
+ export { Sidebar } ;
You can’t perform that action at this time.
0 commit comments