diff --git a/src/components/common/messaging/bars/ReplyBar.tsx b/src/components/common/messaging/bars/ReplyBar.tsx index 0e853e25..5fddb2fd 100644 --- a/src/components/common/messaging/bars/ReplyBar.tsx +++ b/src/components/common/messaging/bars/ReplyBar.tsx @@ -101,7 +101,7 @@ export default observer(({ channel, replies, setReplies }: Props) => { mention: message.author_id === client.user!._id ? false - : layout.getSectionState("SECTION_MENTION", false), + : layout.getSectionState(SECTION_MENTION, false), }, ]); });