more contained fixes to docs
This commit is contained in:
parent
2a21b10acc
commit
8a4c558cee
28 changed files with 213 additions and 217 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue