add test to checkout

This commit is contained in:
2025-12-16 22:25:34 -03:00
parent 086d3adcaf
commit b767aaaefd
13 changed files with 206 additions and 14 deletions

View File

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