fix(reply): mention toggle would not persist

pull/1049/head
Paul 2021-12-26 15:00:50 +00:00
parent b09080f88c
commit a37ff5d349
1 changed files with 1 additions and 1 deletions

View File

@ -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),
},
]);
});