fix: correct URL structure in EventoCard component for cuestionario navigation #14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user