diff --git a/ui/v2.5/src/components/Performers/PerformerPopover.tsx b/ui/v2.5/src/components/Performers/PerformerPopover.tsx index 219e98371..287900b09 100644 --- a/ui/v2.5/src/components/Performers/PerformerPopover.tsx +++ b/ui/v2.5/src/components/Performers/PerformerPopover.tsx @@ -6,7 +6,10 @@ import { useFindPerformer } from "../../core/StashService"; import { useConfigurationContext } from "../../hooks/Config"; import { Placement } from "react-bootstrap/esm/Overlay"; import { PerformerCard } from "./PerformerCard"; -import { IPerformerPreviewData, PerformerPreviewCard } from "./PerformerPreviewCard"; +import { + IPerformerPreviewData, + PerformerPreviewCard, +} from "./PerformerPreviewCard"; interface IPeromerPopoverCardProps { id?: string; diff --git a/ui/v2.5/src/components/Performers/PerformerPreviewCard.tsx b/ui/v2.5/src/components/Performers/PerformerPreviewCard.tsx index b345f6d15..cecd5534e 100644 --- a/ui/v2.5/src/components/Performers/PerformerPreviewCard.tsx +++ b/ui/v2.5/src/components/Performers/PerformerPreviewCard.tsx @@ -41,10 +41,14 @@ export const PerformerPreviewCard = ({ {name} {disambiguation && ( - {` (${disambiguation})`} + + {` (${disambiguation})`} + )} - {ageString ?
{ageString}
: null} + {ageString ? ( +
{ageString}
+ ) : null}