Commit 4941ba877ad7d4b691d919d23f45ead0f7ee6f5a

Authored by trainee
1 parent 229101ad
Exists in master

no message

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/app/dashboard/dashboard.component.ts
@@ -1090,9 +1090,9 @@ setInterval(async () => { @@ -1090,9 +1090,9 @@ setInterval(async () => {
1090 1090
1091 } 1091 }
1092 // if (resultArray.length === 0 && valueN!=='') { 1092 // if (resultArray.length === 0 && valueN!=='') {
1093 - if (resultArray.length === 0 && valueN!=='') { 1093 + if (resultArray.length === 0 && valueN !== "") {
1094 this.showSecret = !this.showSecret; 1094 this.showSecret = !this.showSecret;
1095 - } 1095 + }
1096 this.resultData6 = resultArray; 1096 this.resultData6 = resultArray;
1097 } 1097 }
1098 1098