fix eslint errors

This commit is contained in:
Ramón Souza 2024-02-22 16:34:32 -03:00
parent 095161eb46
commit 4e0ea2f6ec

View File

@ -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();