diff options
Diffstat (limited to 'src/view/shell/index.web.tsx')
-rw-r--r-- | src/view/shell/index.web.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/index.web.tsx b/src/view/shell/index.web.tsx index 5e3875268..16ed17a5b 100644 --- a/src/view/shell/index.web.tsx +++ b/src/view/shell/index.web.tsx @@ -49,6 +49,7 @@ const ShellInner = observer(() => { replyTo={store.shell.composerOpts?.replyTo} quote={store.shell.composerOpts?.quote} onPost={store.shell.composerOpts?.onPost} + mention={store.shell.composerOpts?.mention} /> {!isDesktop && <BottomBarWeb />} <ModalsContainer /> |