Address some copilot comments

This commit is contained in:
Alex Humphries 2026-02-19 16:22:58 -05:00
parent 69fc996a84
commit 09a4b85e22
3 changed files with 2 additions and 10 deletions

View file

@ -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) {
}

View file

@ -293,7 +293,7 @@ export default {
header: wiperHeader,
body: wiperBody,
edit: wiperEdit
}
};
}
},
watch: {

View file

@ -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