Commit 0b5fe2d4 authored by Kyle Muldoon's avatar Kyle Muldoon

fixed promotions stuff

parent b0157313
......@@ -23,7 +23,7 @@ export const promoCalcUtil = (productList) => {
}
else {
return 0.0
return parseFloat(acc) + 0.0
}
}, 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment