Fixes quote post not showing up in quote post composer (#315) (#318)

This commit is contained in:
John Fawcett 2023-03-18 19:44:39 -05:00 committed by GitHub
parent c50a20d214
commit 30c54aa265
4 changed files with 11 additions and 3 deletions

View file

@ -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}
/>
<ModalsContainer />