diff options
Diffstat (limited to 'src/page')
-rw-r--r-- | src/page/tag.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/tag.js b/src/page/tag.js index 6090cb08..d7706458 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! |