1
0
Fork 0

chore(simone) Removed circumference suffix from measurements

This commit is contained in:
Joost De Cock 2020-06-28 13:00:31 +02:00
parent 51270247be
commit 901811dc54

View file

@ -108,20 +108,20 @@ export default {
]
},
measurements: [
'bicepsCircumference',
'biceps',
'bustSpan',
'chestCircumference',
'chest',
'highBust',
'hpsToBust',
'hpsToWaistBack',
'waistCircumference',
'waist',
'waistToHips',
'neckCircumference',
'neck',
'shoulderSlope',
'shoulderToShoulder',
'hipsCircumference',
'hips',
'shoulderToWrist',
'wristCircumference'
'wrist'
],
dependencies: {
sleeveBase: ['frontBase', 'backBase'],