bug: Fixed list of measurements for breasts
This commit is contained in:
parent
3848a33299
commit
3e67bd695c
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue