Correct tag link for gallery and images tags (#1221)

This commit is contained in:
WithoutPants
2021-03-24 11:03:52 +11:00
committed by GitHub
parent 68d4a4fe42
commit b39fe3ed2b
6 changed files with 39 additions and 9 deletions

View File

@@ -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 (