diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 1309ef3..03c4bfa 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -585,12 +585,12 @@

- +
-
+
diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts index faca105..b31d27d 100644 --- a/src/app/dashboard/dashboard.component.ts +++ b/src/app/dashboard/dashboard.component.ts @@ -1089,13 +1089,13 @@ setInterval(async () => { } } - if (resultArray.length === 0) { - if (valueN !== "") { - this.showSecret = true; - } - }else if(resultArray.length > 0) { - this.showSecret = false; - } + // if (resultArray.length === 0) { + // if (valueN !== "") { + // this.showSecret = true; + // } + // }else if(resultArray.length > 0) { + // this.showSecret = false; + // } this.resultData6 = resultArray; } -- libgit2 0.21.2