fix: correct URL structure in EventoCard component for cuestionario navigation

This commit is contained in:
jorgemike
2025-06-27 15:57:23 -06:00
parent 3723f5771d
commit 83c50f088e
+1 -1
View File
@@ -31,7 +31,7 @@ export default function EventoCard({
? `/${user}/evento/${evento.id_evento}`
: `/evento/${evento.nombre_evento.split(' ').join('_')}/${
evento.id_evento
}`
}/${evento.cuestionarios[0].id_cuestionario}`
}
>
<Image