chore: remove unused
This commit is contained in:
parent
0d07cacfc0
commit
04e745bfe0
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ function getPrice(
|
|||
}[],
|
||||
) {
|
||||
return list.reduce(
|
||||
(a, c, i) => {
|
||||
(a, c) => {
|
||||
const pricePerUnit = c.product.serviceCharge;
|
||||
const amount = c.list.length;
|
||||
const discount =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue