mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Correct tag link for gallery and images tags (#1221)
This commit is contained in:
@@ -42,7 +42,7 @@ export const ImageCard: React.FC<IImageCardProps> = (
|
||||
if (props.image.tags.length <= 0) return;
|
||||
|
||||
const popoverContent = props.image.tags.map((tag) => (
|
||||
<TagLink key={tag.id} tag={tag} />
|
||||
<TagLink key={tag.id} tag={tag} tagType="image" />
|
||||
));
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user