1
0
Fork 0

more contained fixes to docs

This commit is contained in:
Enoch Riese 2023-07-17 11:40:45 -05:00
parent 2a21b10acc
commit 8a4c558cee
28 changed files with 213 additions and 217 deletions

View file

@ -61,7 +61,7 @@ export const CuratedSetPicker = ({ design, language, href, clickHandler }) => {
const setTags = []
for (const lang of siteConfig.languages) {
const key = `tags${capitalize(lang)}`
setTags.push(...set[key])
if (set[key]) setTags.push(...set[key])
}
let match = 0
for (const tag of filter) {