diff --git a/config/collections/index.js b/config/collections/index.js index 8724d00e..cf592751 100644 --- a/config/collections/index.js +++ b/config/collections/index.js @@ -74,7 +74,7 @@ export const tagMap = (collection) => { if (books) { books.forEach((book) => { - const tagString = book?.['tags'] + const tagString = book.['tags']? .map((tag) => tagAliases[tag.toLowerCase()]) .join(' ') .trim()