diff options
Diffstat (limited to 'src/view/shell/index.web.tsx')
-rw-r--r-- | src/view/shell/index.web.tsx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/view/shell/index.web.tsx b/src/view/shell/index.web.tsx index a74cd126f..e134358d9 100644 --- a/src/view/shell/index.web.tsx +++ b/src/view/shell/index.web.tsx @@ -61,14 +61,7 @@ const ShellInner = observer(function ShellInnerImpl() { <DesktopRightNav /> </> )} - <Composer - active={store.shell.isComposerActive} - winHeight={0} - replyTo={store.shell.composerOpts?.replyTo} - quote={store.shell.composerOpts?.quote} - onPost={store.shell.composerOpts?.onPost} - mention={store.shell.composerOpts?.mention} - /> + <Composer winHeight={0} /> {showBottomBar && <BottomBarWeb />} <ModalsContainer /> <Lightbox /> |