Merge branch 'release/2025.04.24' into rlsmerge/heavy.truck-to-04.24

This commit is contained in:
scottkiener-at-safelite 2025-04-08 10:42:08 -04:00 committed by GitHub
commit 9d3dc9832b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -237,6 +237,9 @@ export default {
vm.shouldHideRecalibration = shouldHideRecalibration();
vm.shouldDisplayFosterLove = hasFosterLoveExperiment;
vm.donationAmount = donationAmount;
vm.showDonationSuccess = lineItemsFromSubmittedOrder.supportingItems?.some(
(item) => item.partType === partNumberStrings.DONATION
);
});
},
data() {