fix: Typo in pattern tests
This commit is contained in:
parent
3cfeb1b21f
commit
28f14aa151
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const notGarments = [
|
|||
'examples',
|
||||
'legend',
|
||||
]
|
||||
const isGarment = design => (notGarments.indexOf(design) === -1) true : false
|
||||
const isGarment = design => (notGarments.indexOf(design) === -1) ? true : false
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue