Skip to content

Commit

Permalink
🐛 id's duplicados
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Dec 13, 2023
1 parent 677460a commit 5b6834e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aplicaciones/www/src/componentes/FichaTecnica.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const datosIndicador = datosYa.indicadores.find((instancia) => instancia.ruta ==
</div>
<div class="seccion">
<h4 class="titulo">Contexto</h4>
<p class="texto" id="textoContexto" set:html={urlsAEnlacesHTML(datosIndicador.contexto)} />
<p class="texto" set:html={urlsAEnlacesHTML(datosIndicador.contexto)} />
</div>
{
!datosIndicador.umbral ? (
Expand All @@ -54,7 +54,7 @@ const datosIndicador = datosYa.indicadores.find((instancia) => instancia.ruta ==
}
<div class="seccion">
<h4 class="titulo">Cómo se interpreta</h4>
<p class="texto" id="textoInterpretacion" set:html={urlsAEnlacesHTML(datosIndicador.interpretacion)} />
<p class="texto" set:html={urlsAEnlacesHTML(datosIndicador.interpretacion)} />
</div>
</section>
</div>
Expand Down

0 comments on commit 5b6834e

Please sign in to comment.