« get me outta code hell

pre-writes: listings - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/tag.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-02-17 23:23:35 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-02-17 23:25:59 -0400
commitf26ad2e27e9c7ca61b6ae5e9b3587786d911a2df (patch)
treea611d91cab993d84cda1dd81af7be741295e248a /src/page/tag.js
parentf8557485ac06a7b2527c50dcf638497212678a16 (diff)
pre-writes: listings
Diffstat (limited to 'src/page/tag.js')
-rw-r--r--src/page/tag.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/tag.js b/src/page/tag.js
index 6090cb0..d770645 100644
--- a/src/page/tag.js
+++ b/src/page/tag.js
@@ -16,7 +16,7 @@ export function targets({wikiData}) {
 
 export function write(tag, {wikiData}) {
     const { wikiInfo } = wikiData;
-    const { things } = tag;
+    const { taggedInThings: things } = tag;
 
     // Display things featuring this art tag in reverse chronological order,
     // sticking the most recent additions near the top!