diff --git a/packages/simone/config/index.js b/packages/simone/config/index.js index 17083b8ece3..51924456de8 100644 --- a/packages/simone/config/index.js +++ b/packages/simone/config/index.js @@ -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'],