chore: build
Backend - Build & Lint / build (push) Canceled after 21m42s
Frontend Web - Build & Lint / build (push) Successful in 13m5s

This commit is contained in:
Xor290
2026-08-30 15:24:17 +02:00
parent 6fca16a58c
commit 42ed11bc22
3 changed files with 18 additions and 6 deletions
@@ -452,18 +452,18 @@ function ConsultationHistorique() {
</span>,
]
: (
cfg.product_names ??
cfg.products ??
[]
).map(
(
name,
p,
) => (
<span
key={`${cfg.category}-${name}`}
key={`${cfg.category}-${p.product_id}`}
className="reward-eligible-cat"
>
{
name
p.product_name
}
</span>
),