chore: build

This commit is contained in:
2026-06-11 11:10:51 +02:00
parent 38e9bff7ee
commit fbb680ccb2
4 changed files with 23 additions and 12 deletions
@@ -472,7 +472,7 @@ function ConsultationHistorique() {
<div className="order-card-footer">
<span className="order-card-total">
{formatPrice(order.total_prix || 0)}
{formatPrice((order.total_prix || 0) - (order.referral_used || 0))}
</span>
<FontAwesomeIcon
icon={faChevronRight}