Address some copilot comments
This commit is contained in:
parent
69fc996a84
commit
09a4b85e22
3 changed files with 2 additions and 10 deletions
|
|
@ -156,12 +156,4 @@ export function getRecalibrationTotal(order) {
|
|||
});
|
||||
|
||||
return getPriceOfLineItems(recalibrationLineItems);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns whether the order only contains a deductible line item and no other line items
|
||||
* @param {object} order order object
|
||||
* @returns {boolean} whether the order is deductible only
|
||||
*/
|
||||
export function isDeductibleOnly(order) {
|
||||
}
|
||||
|
|
@ -293,7 +293,7 @@ export default {
|
|||
header: wiperHeader,
|
||||
body: wiperBody,
|
||||
edit: wiperEdit
|
||||
}
|
||||
};
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ const navigationScenarios = Object.freeze({
|
|||
PAY_IN_ADVANCE_CREDIT_CARD_ERROR: 'PAY_IN_ADVANCE_CREDIT_CARD_ERROR',
|
||||
PAY_IN_ADVANCE_SUCCESS: 'PAY_IN_ADVANCE_SUCCESS',
|
||||
EDIT_SERVICE_LOCATION: 'EDIT_SERVICE_LOCATION',
|
||||
EDIT_SCHEDULE: 'EDIT_SCHEDULE',
|
||||
EDIT_SCHEDULE: 'EDIT_SCHEDULE',
|
||||
EDIT_WIPERS: 'EDIT_WIPERS',
|
||||
|
||||
// Bailout
|
||||
|
|
|
|||
Loading…
Reference in a new issue