diff options
Diffstat (limited to 'src/view/shell/web/index.tsx')
-rw-r--r-- | src/view/shell/web/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/shell/web/index.tsx b/src/view/shell/web/index.tsx index 44f958be8..4a4bde817 100644 --- a/src/view/shell/web/index.tsx +++ b/src/view/shell/web/index.tsx @@ -53,7 +53,6 @@ export const WebShell: React.FC = observer(() => { </ErrorBoundary> </View> ))} - <DesktopLeftColumn /> <DesktopRightColumn /> <Composer active={store.shell.isComposerActive} |