diff --git a/ui/v2.5/src/components/Performers/PerformerPopover.tsx b/ui/v2.5/src/components/Performers/PerformerPopover.tsx index 21ef1ed84..ba0fa2340 100644 --- a/ui/v2.5/src/components/Performers/PerformerPopover.tsx +++ b/ui/v2.5/src/components/Performers/PerformerPopover.tsx @@ -7,7 +7,6 @@ import { PerformerCard } from "./PerformerCard"; import { useConfigurationContext } from "../../hooks/Config"; import { Placement } from "react-bootstrap/esm/Overlay"; - interface IPeromerPopoverCardProps { id?: string; cardContent?: React.ReactNode;