Skip to content

Commit

Permalink
fix(CB2-15894): stash
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcrawleyy committed Jan 14, 2025
1 parent 22399c1 commit f070bca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export class TyresSectionEditComponent implements OnInit, OnDestroy, OnChanges {
fitmentCode: lastAxle.tyres_fitmentCode,
});
} else {
console.log('test 3');
console.log(lastAxle);
tyre = new Tyre({
tyreCode: lastAxle.tyres_tyreCode,
tyreSize: refData.tyreSize,
Expand All @@ -287,6 +287,7 @@ export class TyresSectionEditComponent implements OnInit, OnDestroy, OnChanges {
fitmentCode: lastAxle.tyres_fitmentCode,
speedCategorySymbol: lastAxle.speedCategorySymbol,
});
console.log(tyre);
}

this.addTyre(tyre, axleNumber);
Expand Down

0 comments on commit f070bca

Please sign in to comment.