« get me outta code hell

content: generateContributionTooltip: fix bad null check - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-07-27 19:17:19 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-07-27 19:17:19 -0300
commit1ec514746395086b1d98b9b302df04fdc58e370c (patch)
tree9f3ea51c93907e740f0f7d9131f6c378b57c3256 /src
parent6d7902316fe197f6d96873c9a846d60f264b6776 (diff)
content: generateContributionTooltip: fix bad null check
Diffstat (limited to 'src')
-rw-r--r--src/content/dependencies/generateContributionTooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/generateContributionTooltip.js b/src/content/dependencies/generateContributionTooltip.js
index 1eba7273..b5da59b4 100644
--- a/src/content/dependencies/generateContributionTooltip.js
+++ b/src/content/dependencies/generateContributionTooltip.js
@@ -124,7 +124,7 @@ export default {
 
               if (
                 data.isSingleTrackArtistContribution &&
-                !html.isBlank(relations.artistReleaseChronologySection)
+                relations.artistReleaseChronologySection
               ) {
                 relations.artistReleaseChronologySection.setSlot('kind', 'release');