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
|
||||
|
||||
Fixed:
|
||||
paco:
|
||||
- Only add paperless dimensions for pockets if we drafted pockets
|
||||
pattern-info:
|
||||
- Make pattern list alphabetic
|
||||
titan:
|
||||
- Always ensure point waistIn is created in back part
|
||||
|
||||
|
|
|
@ -13,12 +13,12 @@ export const list = [
|
|||
'benjamin',
|
||||
'bent',
|
||||
'breanna',
|
||||
'diana',
|
||||
'brian',
|
||||
'bruce',
|
||||
'carlita',
|
||||
'carlton',
|
||||
'cathrin',
|
||||
'diana',
|
||||
'florent',
|
||||
'florence',
|
||||
'holmes',
|
||||
|
@ -72,4 +72,4 @@ export const withoutBreasts = [
|
|||
'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