From 5547c6736bde4daf84919ec7683bb8bab8a16673 Mon Sep 17 00:00:00 2001 From: Allan Oliveira <138060158+allan-chagas-brisa@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:03:04 -0300 Subject: [PATCH] fix: indicator footer buttons render conditions (#856) :ambulance: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Wérmeson Lopes <138120453+wermeson-lopes-brisa@users.noreply.github.com> --- .../lib/indicator/indicator.component.html | 44 +++++++++---------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/projects/ion/src/lib/indicator/indicator.component.html b/projects/ion/src/lib/indicator/indicator.component.html index a4e11dd3a..69a1ff6cf 100644 --- a/projects/ion/src/lib/indicator/indicator.component.html +++ b/projects/ion/src/lib/indicator/indicator.component.html @@ -63,7 +63,7 @@

{{ value }}

*ngIf="buttonConfig && !loading && !error" > {{ value }} [iconType]="buttonConfig.icon ? buttonConfig.icon : 'right2'" (ionOnClick)="handleButtonClick(buttonConfig.type)" > - - - + +