From db134072946afec7e00a232d982a79e249c69258 Mon Sep 17 00:00:00 2001 From: Chris Guida Date: Fri, 9 Apr 2021 10:51:14 -0600 Subject: [PATCH] remove redundant ng-if --- .../config-header/config-header.component.html | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/ui/src/app/components/config-header/config-header.component.html b/ui/src/app/components/config-header/config-header.component.html index aa324484d..75aa7ec71 100644 --- a/ui/src/app/components/config-header/config-header.component.html +++ b/ui/src/app/components/config-header/config-header.component.html @@ -3,22 +3,28 @@ - {{ error }} + + {{ error }} + -

Description

-

+

+ Description +

+

-

Warning!

-

+

+ Warning! +

+

\ No newline at end of file