Web: Client: Fixed the button for changing user type in the group menu does not work

This commit is contained in:
Elyor Djalilov 2024-02-27 13:27:36 +05:00
parent 9e8f3caa16
commit 31c6b2b1ad

View File

@ -150,7 +150,7 @@ const GroupMenuItem = ({
const onClickAction = (e: React.MouseEvent) => {
if (isBlocked) return;
onClick(e);
onClick?.(e);
if (withDropDown) {
setOpen(true);