diff --git a/src/components/shared/TcPopover/TcPopover.tsx b/src/components/shared/TcPopover/TcPopover.tsx index ea3c93b3..b00e4b1f 100644 --- a/src/components/shared/TcPopover/TcPopover.tsx +++ b/src/components/shared/TcPopover/TcPopover.tsx @@ -22,11 +22,11 @@ import React from 'react'; import { Popover, PopoverProps } from '@mui/material'; -interface TcPopoverProps extends PopoverProps { +interface TcPopoverProps extends Omit { open: boolean; anchorEl: HTMLButtonElement | null; - content: React.ReactNode; onClose: () => void; + content: React.ReactNode; } const TcPopover = ({