[Refactoring] Fix typings
This commit is contained in:
parent
2d238be17b
commit
9f6bd9376a
@ -29,7 +29,7 @@ type StateProps = {
|
||||
};
|
||||
|
||||
const BotKeyboardMenu: FC<OwnProps & StateProps> = ({
|
||||
isOpen, message, onClose, threadId,
|
||||
isOpen, threadId, message, onClose,
|
||||
}) => {
|
||||
const { clickBotInlineButton } = getActions();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user