1
0
Fork 0

chore(sven) Removed circumference suffix from measurements

This commit is contained in:
Joost De Cock 2020-06-28 12:59:47 +02:00
parent 691313a8f2
commit 51270247be
4 changed files with 11 additions and 13 deletions

View file

@ -53,17 +53,17 @@ export default {
]
},
measurements: [
'bicepsCircumference',
'chestCircumference',
'biceps',
'chest',
'hpsToWaistBack',
'hipsCircumference',
'waistCircumference',
'hips',
'waist',
'waistToHips',
'neckCircumference',
'neck',
'shoulderSlope',
'shoulderToShoulder',
'shoulderToWrist',
'wristCircumference'
'wrist'
],
dependencies: {
frontBase: 'base',