Skip to content

Commit

Permalink
Update boys.js
Browse files Browse the repository at this point in the history
set currentWaistSize
  • Loading branch information
StrongereCommerce authored Sep 18, 2023
1 parent b457cbf commit 372382f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/boys.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ function calculateSizeAndFit() {

console.log(`Calculated Shirt Size: ${size}`);

currentWaistSize = size;

const { fit, heightPercentile, weightPercentile } = calculateFitForBoys(
heightFeet,
heightInches,
Expand Down

0 comments on commit 372382f

Please sign in to comment.