about summary refs log tree commit diff
path: root/src/view/shell/web/index.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-02-23 10:19:21 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-02-23 10:19:21 -0600
commit5f921800580b69a52b23d211b19c72d5d7ee0ef7 (patch)
tree2ac71494f30cd6df59fc1f9cfbdb39671e98ffc0 /src/view/shell/web/index.tsx
parent9bf48ed5953bfa25d44f88472bbf56baf3fd634b (diff)
downloadvoidsky-5f921800580b69a52b23d211b19c72d5d7ee0ef7.tar.zst
Move all of the web left-nav shell into the header
Diffstat (limited to 'src/view/shell/web/index.tsx')
-rw-r--r--src/view/shell/web/index.tsx1
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}