mirror of
https://github.com/stashapp/stash.git
synced 2026-01-14 12:15:22 +01:00
Fixed nesting anchor elements (#4255)
This commit is contained in:
parent
9621213424
commit
795af64e8e
1 changed files with 4 additions and 1 deletions
|
|
@ -271,7 +271,10 @@ export const PerformerCard: React.FC<IPerformerCardProps> = ({
|
|||
alt={performer.name ?? ""}
|
||||
src={performer.image_path ?? ""}
|
||||
/>
|
||||
|
||||
</>
|
||||
}
|
||||
overlays={
|
||||
<>
|
||||
{renderFavoriteIcon()}
|
||||
{maybeRenderRatingBanner()}
|
||||
{maybeRenderFlag()}
|
||||
|
|
|
|||
Loading…
Reference in a new issue