lint
This commit is contained in:
parent
8236467579
commit
cca36b6648
@ -47,7 +47,7 @@ export class ManualRedactionDialogComponent implements OnInit {
|
||||
comment: commentField
|
||||
});
|
||||
|
||||
for (let key of Object.keys(this._appStateService.dictionaryData)) {
|
||||
for (const key of Object.keys(this._appStateService.dictionaryData)) {
|
||||
const dictionaryData = this._appStateService.dictionaryData[key];
|
||||
if (!dictionaryData.virtual) {
|
||||
if (dictionaryData.hint && this.manualRedactionEntryWrapper.type === 'HINT') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user