From 2a69ea1096c9cd37440a775fcd9f03630d5864ea Mon Sep 17 00:00:00 2001 From: KennyG Date: Mon, 4 May 2026 12:09:09 -0400 Subject: [PATCH] Force commit bump --- ui/v2.5/src/components/Performers/PerformerPopover.tsx | 1 + 1 file changed, 1 insertion(+) 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;