diff --git a/src/tag/PhotoTags.tsx b/src/tag/PhotoTags.tsx
index 6eec2af3..e9273fee 100644
--- a/src/tag/PhotoTags.tsx
+++ b/src/tag/PhotoTags.tsx
@@ -14,8 +14,8 @@ export default function PhotoTags({
{tags.map(tag =>
<>
{isTagFavs(tag)
- ?
- : }
+ ?
+ : }
>)}
);