Merge pull request #1764 from Safelite/feature/Digital/CSR-1805
Update service-location.vue
This commit is contained in:
commit
626626659c
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue