diff options
Diffstat (limited to 'src/view/shell/index.tsx')
-rw-r--r-- | src/view/shell/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/index.tsx b/src/view/shell/index.tsx index 7ab371d59..72e7facc8 100644 --- a/src/view/shell/index.tsx +++ b/src/view/shell/index.tsx @@ -68,6 +68,7 @@ const ShellInner = observer(() => { replyTo={store.shell.composerOpts?.replyTo} onPost={store.shell.composerOpts?.onPost} quote={store.shell.composerOpts?.quote} + mention={store.shell.composerOpts?.mention} /> <ModalsContainer /> <Lightbox /> |