Updating comment with ticket number

This commit is contained in:
Michaela Brydon 2024-04-12 13:48:29 -04:00
parent 1e80a0b486
commit 5cfb0581a2

View file

@ -172,8 +172,7 @@ export default {
const clonedGlassParts = useMainStore().lineItems.glassParts
? JSON.parse(JSON.stringify(useMainStore().lineItems.glassParts))
: [];
// TODO note that recycle fee is being included in this calculation. Assuming
// this is an error
// TODO SSR-1165: Recycle fee needs removed from quote calculation
const availableLineItems = [
...(resultMap.supportingItems ?? []),
...(clonedGlassParts ?? [])