aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorLibravatar muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com>2022-10-31 15:30:24 +0530
committerLibravatar GitHub <noreply@github.com>2022-10-31 10:00:24 +0000
commit25d54a5c5de02a2bbbbbf3b222be9f0630570a6b (patch)
treecd34ab7cc3444735ce7527b9c15ddf0aef0ff63a /src/components
parent6.2.1-nightly.34 [skip ci] (diff)
downloadferdium-app-25d54a5c5de02a2bbbbbf3b222be9f0630570a6b.tar.gz
ferdium-app-25d54a5c5de02a2bbbbbf3b222be9f0630570a6b.tar.zst
ferdium-app-25d54a5c5de02a2bbbbbf3b222be9f0630570a6b.zip
Convert web controls & screen to typescript (#722)
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);