From a6b489e23840488c7242b132bedc141b32f466bb Mon Sep 17 00:00:00 2001 From: KennyG Date: Mon, 4 May 2026 12:09:20 -0400 Subject: [PATCH] Pushing prettier fix --- ui/v2.5/src/components/Performers/PerformerPopover.tsx | 1 - 1 file changed, 1 deletion(-) 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;