From a26db614efd6e93a0a73dc006de7006f8550beaa Mon Sep 17 00:00:00 2001 From: KennyG Date: Mon, 4 May 2026 12:01:08 -0400 Subject: [PATCH] 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;