From 30c54aa265d50c5d8d8f2e7f68a09e4e44c7c2b6 Mon Sep 17 00:00:00 2001 From: John Fawcett Date: Sat, 18 Mar 2023 19:44:39 -0500 Subject: Fixes quote post not showing up in quote post composer (#315) (#318) --- src/view/shell/index.web.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/view/shell/index.web.tsx') diff --git a/src/view/shell/index.web.tsx b/src/view/shell/index.web.tsx index 54aba48f0..24cce188c 100644 --- a/src/view/shell/index.web.tsx +++ b/src/view/shell/index.web.tsx @@ -33,6 +33,7 @@ const ShellInner = observer(() => { onClose={() => store.shell.closeComposer()} winHeight={0} replyTo={store.shell.composerOpts?.replyTo} + quote={store.shell.composerOpts?.quote} onPost={store.shell.composerOpts?.onPost} /> -- cgit 1.4.1