From fef54ded60c9c2cb05d4d1db11617a319a25aa54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Camilo=20Gonz=C3=A1lez?= Date: Wed, 13 Nov 2024 15:05:14 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20a=C3=B1o=20activo=20solo=20si=20?= =?UTF-8?q?lista=20es=20a=C3=B1os?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aplicaciones/www/src/componentes/LineaTiempo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aplicaciones/www/src/componentes/LineaTiempo.vue b/aplicaciones/www/src/componentes/LineaTiempo.vue index ec67080..763d388 100644 --- a/aplicaciones/www/src/componentes/LineaTiempo.vue +++ b/aplicaciones/www/src/componentes/LineaTiempo.vue @@ -80,7 +80,7 @@ function abrirElemento(evento: MouseEvent, i: string) { :style="{ transform: `translateX(${posX(+a.nombre)}px)` }" @click="abrirElemento($event, a.id)" class="punto" - :class="cerebroFicha.idActual === a.id ? 'activo' : ''" + :class="cerebroFicha.llaveLista === 'aƱos' && cerebroFicha.idActual === a.id ? 'activo' : ''" >