1
0
Fork 0

bug: Fixed list of measurements for breasts

This commit is contained in:
Joost De Cock 2019-02-04 13:57:14 +01:00
parent 3848a33299
commit 3e67bd695c

View file

@ -40,4 +40,4 @@ export const measurementList = list.filter(function(value, index, self) {
return self.indexOf(value) === index; return self.indexOf(value) === index;
}); });
export const measurementsForBreasts = ["underbust"]; export const measurementsForBreasts = ["naturalWaistToUnderbust", "underbust"];