Merge pull request #1764 from Safelite/feature/Digital/CSR-1805

Update service-location.vue
This commit is contained in:
hiteshkumar87 2024-02-20 20:00:15 +05:30 committed by GitHub
commit 626626659c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -469,7 +469,7 @@ export default {
supportingItems[mobileFeeIndex].sellingPrice = this.mobileFeePart.sellingPrice;
supportingItems[mobileFeeIndex].kitPrice = this.mobileFeePart.kitPrice;
} else {
supportingItems.push(this.mobileFeePart);
if (this.mobileFeePart !== null) supportingItems.push(this.mobileFeePart);
}
this.dispatchStoreAction(