add test to checkout
This commit is contained in:
@@ -287,7 +287,7 @@ function List({ items, search }) {
|
||||
{currency.format(
|
||||
filtered
|
||||
?.filter((x) => 'course' in x)
|
||||
.reduce((acc, { unit_price }) => acc + unit_price, 0)
|
||||
?.reduce((acc, { unit_price }) => acc + unit_price, 0)
|
||||
)}
|
||||
</TableCell>
|
||||
</TableRow>
|
||||
|
||||
Reference in New Issue
Block a user