From ab3c5ffb57980359a186936aa6fc2894f58eb625 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 1 Jul 2017 13:30:57 +0200 Subject: feat(taxon): Show taxonomy term in title --- src/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions.js') 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); }; } -- cgit 1.4.1