Use DropdownMenu for events page

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-08-16 15:22:50 +02:00
parent fd194938a6
commit bc1853f4d8
2 changed files with 6 additions and 32 deletions

View File

@ -86,9 +86,6 @@ const DropdownMenu = (props: IDropdownMenu) => {
}
};
/**
* On mobile screens, let's replace the Popper dropdown with a Modal.
*/
const handleOpen = () => {
dispatch(openDropdownMenu());
setIsOpen(true);