fix eslint errors
This commit is contained in:
parent
095161eb46
commit
4e0ea2f6ec
@ -36,7 +36,9 @@ const intlMessages = defineMessages({
|
||||
},
|
||||
});
|
||||
|
||||
const ChatHeader: React.FC<ChatHeaderProps> = ({ chatId, isPublicChat, title, isRTL }) => {
|
||||
const ChatHeader: React.FC<ChatHeaderProps> = ({
|
||||
chatId, isPublicChat, title, isRTL,
|
||||
}) => {
|
||||
const HIDE_CHAT_AK = useShortcut('hideprivatechat');
|
||||
const CLOSE_CHAT_AK = useShortcut('closeprivatechat');
|
||||
const layoutContextDispatch = layoutDispatch();
|
||||
|
Loading…
Reference in New Issue
Block a user