This repository was archived by the owner on Nov 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
src/components/measurements Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import acrossback from './acrossback.svg'
22import ankle from './ankle.svg'
33import biceps from './biceps.svg'
44import bustfront from './bustfront.svg'
5+ import bustpointtounderbust from './bustpointtounderbust.svg'
56import bustspan from './bustspan.svg'
67import chest from './chest.svg'
78import crossseam from './crossseam.svg'
@@ -41,6 +42,7 @@ export default {
4142 ankle,
4243 biceps,
4344 bustfront,
45+ bustpointtounderbust,
4446 bustspan,
4547 chest,
4648 crossseam,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { injectIntl } from 'react-intl'
99const seated = [ 'crotchdepth' ]
1010const breastsOnly = [
1111 'ankle' ,
12+ 'bustpointtounderbust' ,
1213 'bustspan' ,
1314 'bustfront' ,
1415 'highbust' ,
You can’t perform that action at this time.
0 commit comments