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: [ measurements: [
'bicepsCircumference', 'biceps',
'bustSpan', 'bustSpan',
'chestCircumference', 'chest',
'highBust', 'highBust',
'hpsToBust', 'hpsToBust',
'hpsToWaistBack', 'hpsToWaistBack',
'waistCircumference', 'waist',
'waistToHips', 'waistToHips',
'neckCircumference', 'neck',
'shoulderSlope', 'shoulderSlope',
'shoulderToShoulder', 'shoulderToShoulder',
'hipsCircumference', 'hips',
'shoulderToWrist', 'shoulderToWrist',
'wristCircumference' 'wrist'
], ],
dependencies: { dependencies: {
sleeveBase: ['frontBase', 'backBase'], sleeveBase: ['frontBase', 'backBase'],