chore: Linter fixes
This commit is contained in:
parent
b1429a3704
commit
ef5e792d6b
40 changed files with 93 additions and 99 deletions
|
@ -38,9 +38,9 @@ const PatternListPageTemplate = ({ section=false }) => {
|
|||
const all = []
|
||||
for (const section in app.designs) all.push(...app.designs[section])
|
||||
return all
|
||||
} else return app.designs[section]
|
||||
}
|
||||
|
||||
return []
|
||||
return app.designs[section]
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue