From 5b2a3964acf5579a09758f1db73e7cbbaa9192e0 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Fri, 12 Dec 2025 11:37:44 +0100 Subject: [PATCH] fix: update accordion item keys for improved uniqueness in FAQSection --- apps/infoalloggi/src/pages/guida.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/infoalloggi/src/pages/guida.tsx b/apps/infoalloggi/src/pages/guida.tsx index bc74ead..1855cad 100644 --- a/apps/infoalloggi/src/pages/guida.tsx +++ b/apps/infoalloggi/src/pages/guida.tsx @@ -79,7 +79,7 @@ const FAQSection = () => { @@ -87,7 +87,10 @@ const FAQSection = () => {

{item.label}

{item.qas.map((f, i) => ( - + {f.title}