« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/content/dependencies/generateArtTagInfoPage.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/content/dependencies/generateArtTagInfoPage.js b/src/content/dependencies/generateArtTagInfoPage.js
index 9df51b77..7a17ee11 100644
--- a/src/content/dependencies/generateArtTagInfoPage.js
+++ b/src/content/dependencies/generateArtTagInfoPage.js
@@ -182,12 +182,12 @@ export default {
                       artTagLink: relations.relatedArtTagLinks,
                       annotation: data.relatedArtTagAnnotations,
                     }).map(({artTagLink, annotation}) =>
-                        (html.isBlank(annotation)
-                          ? artTagLink
-                          : language.$(capsule, 'tagWithAnnotation', {
+                        (annotation
+                          ? language.$(capsule, 'tagWithAnnotation', {
                               tag: artTagLink,
                               annotation,
-                            })))),
+                            })
+                          : artTagLink))),
               }))),
 
           html.tag('blockquote',