Skip to content

Commit

Permalink
Fixed nesting anchor elements (#4255)
Browse files Browse the repository at this point in the history
  • Loading branch information
elkorol authored Nov 2, 2023
1 parent 9621213 commit 795af64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/v2.5/src/components/Performers/PerformerCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,10 @@ export const PerformerCard: React.FC<IPerformerCardProps> = ({
alt={performer.name ?? ""}
src={performer.image_path ?? ""}
/>

</>
}
overlays={
<>
{renderFavoriteIcon()}
{maybeRenderRatingBanner()}
{maybeRenderFlag()}
Expand Down

0 comments on commit 795af64

Please sign in to comment.