aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/layout/Sidebar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx
index c37447357..4eb18485f 100644
--- a/src/components/layout/Sidebar.tsx
+++ b/src/components/layout/Sidebar.tsx
@@ -111,8 +111,8 @@ interface IState {
111 tooltipEnabled: boolean; 111 tooltipEnabled: boolean;
112} 112}
113 113
114@observer
115@inject('stores', 'actions') 114@inject('stores', 'actions')
115@observer
116class Sidebar extends Component<IProps, IState> { 116class Sidebar extends Component<IProps, IState> {
117 constructor(props) { 117 constructor(props) {
118 super(props); 118 super(props);