Merge pull request 'fix: correct URL structure in EventoCard component for cuestionario navigation' (#14) from develop into master
Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
@@ -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