diff --git a/src/components/SharePopover/SharePopover.tsx b/src/components/SharePopover/SharePopover.tsx index b8956f47..d6937f6f 100644 --- a/src/components/SharePopover/SharePopover.tsx +++ b/src/components/SharePopover/SharePopover.tsx @@ -63,10 +63,7 @@ export interface SharePopoverProps extends ShareListProps, Partial React.ReactElement; } -type SharePopoverInnerProps = Omit & - Required>; - -export const SharePopover = (props: SharePopoverInnerProps) => { +export const SharePopover = (props: SharePopoverProps) => { const { url, title,