Update src/store/index.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
katiekroell 2026-03-27 13:28:49 -04:00 committed by GitHub
parent bd20d47849
commit 53e7e640c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1936,7 +1936,7 @@ export const useMainStore = defineStore({
this.updateRecycleFee(fee);
} else if (fee.partNumber === partNumberStrings.LABOR2) {
// Do not add Labor2 to feeItems since it's already been added to supportingItems
this.addPartTypeFeeItem(null, partNumberStrings.LABOR2);
this.addPartNumberFeeItem(null, partNumberStrings.LABOR2);
} else {
this.addPartNumberFeeItem(fee, fee.partNumber);
}