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