summary refs log tree commit diff stats
path: root/src/actions.js
diff options
context:
space:
mode:
authorAlan Pearce2017-07-01 13:30:57 +0200
committerAlan Pearce2017-07-01 13:30:57 +0200
commitab3c5ffb57980359a186936aa6fc2894f58eb625 (patch)
tree1901135c0419fe1e70a7ab86fde330f5f8bc9a23 /src/actions.js
parente4e26ceca7bfe60185082748c54f7ccd30746350 (diff)
downloadhomestead-ab3c5ffb57980359a186936aa6fc2894f58eb625.tar.lz
homestead-ab3c5ffb57980359a186936aa6fc2894f58eb625.tar.zst
homestead-ab3c5ffb57980359a186936aa6fc2894f58eb625.zip
feat(taxon): Show taxonomy term in title
Diffstat (limited to 'src/actions.js')
-rw-r--r--src/actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.js b/src/actions.js
index 11acff5..8a04671 100644
--- a/src/actions.js
+++ b/src/actions.js
@@ -26,7 +26,7 @@ function taxonGenerator(config, term, items) {
 
     const taxonItems = items.get(value);
 
-    responders.taxon(ctx, config, taxonItems);
+    responders.taxon(ctx, config, term, value, taxonItems);
   };
 }