« get me outta code hell

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:
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!