Commit af5591c709b18a9f415eb64715e07e771ca00240

Authored by trainee
1 parent 72a578d3
Exists in master

no message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/dashboard/dashboard.component.ts
... ... @@ -1087,7 +1087,7 @@ setInterval(async () => {
1087 1087  
1088 1088 }
1089 1089 if (resultArray.length === 0) {
1090   - if (resultArray.length === 0 && valueN !== "") {
  1090 + if (valueN !== "") {
1091 1091 this.showSecret = true;
1092 1092 }
1093 1093 }else if(resultArray.length > 0) {
... ...