fix(pattern-info): Keep pattern list alphabetic
This commit is contained in:
parent
3721e81f2f
commit
dfb2dcdf9a
2 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,10 @@ unreleased:
|
||||||
date: 2021-02-14
|
date: 2021-02-14
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
|
paco:
|
||||||
|
- Only add paperless dimensions for pockets if we drafted pockets
|
||||||
|
pattern-info:
|
||||||
|
- Make pattern list alphabetic
|
||||||
titan:
|
titan:
|
||||||
- Always ensure point waistIn is created in back part
|
- Always ensure point waistIn is created in back part
|
||||||
|
|
||||||
|
|
|
@ -13,12 +13,12 @@ export const list = [
|
||||||
'benjamin',
|
'benjamin',
|
||||||
'bent',
|
'bent',
|
||||||
'breanna',
|
'breanna',
|
||||||
'diana',
|
|
||||||
'brian',
|
'brian',
|
||||||
'bruce',
|
'bruce',
|
||||||
'carlita',
|
'carlita',
|
||||||
'carlton',
|
'carlton',
|
||||||
'cathrin',
|
'cathrin',
|
||||||
|
'diana',
|
||||||
'florent',
|
'florent',
|
||||||
'florence',
|
'florence',
|
||||||
'holmes',
|
'holmes',
|
||||||
|
@ -72,4 +72,4 @@ export const withoutBreasts = [
|
||||||
'waralee'
|
'waralee'
|
||||||
]
|
]
|
||||||
|
|
||||||
export const withBreasts = ['bella', 'breanna', 'diana', 'cathrin', 'carlita', 'simone']
|
export const withBreasts = ['bella', 'breanna', 'cathrin', 'carlita', 'diana', 'simone']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue