mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Add linkTypes to performer popover (#5195)
This commit is contained in:
@@ -100,7 +100,12 @@ export const ImageCard: React.FC<IImageCardProps> = (
|
||||
function maybeRenderPerformerPopoverButton() {
|
||||
if (props.image.performers.length <= 0) return;
|
||||
|
||||
return <PerformerPopoverButton performers={props.image.performers} />;
|
||||
return (
|
||||
<PerformerPopoverButton
|
||||
performers={props.image.performers}
|
||||
linkType="image"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
function maybeRenderOCounter() {
|
||||
|
||||
Reference in New Issue
Block a user