🐛 Added missing measurement to models
This commit is contained in:
parent
d66b49d4a3
commit
d23228945d
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
export const measurements = {
|
||||
menswear: [
|
||||
"ankleCircumference",
|
||||
"bicepsCircumference",
|
||||
"centerBackNeckToWaist",
|
||||
"chestCircumference",
|
||||
|
@ -23,6 +24,7 @@ export const measurements = {
|
|||
"wristCircumference"
|
||||
],
|
||||
womenswear: [
|
||||
"ankleCircumference",
|
||||
"bicepsCircumference",
|
||||
"bustSpan",
|
||||
"centerBackNeckToWaist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue