[Refactoring] Fix typings

This commit is contained in:
Alexander Zinchuk 2025-09-09 20:26:13 +02:00
parent 2d238be17b
commit 9f6bd9376a

View File

@ -29,7 +29,7 @@ type StateProps = {
};
const BotKeyboardMenu: FC<OwnProps & StateProps> = ({
isOpen, message, onClose, threadId,
isOpen, threadId, message, onClose,
}) => {
const { clickBotInlineButton } = getActions();