Manually fix lint issues

This commit is contained in:
Yury Bondarenko
2024-03-06 10:45:59 +01:00
parent 2b540cd91c
commit 3b48d9a26d
24 changed files with 82 additions and 58 deletions

View File

@@ -3,7 +3,7 @@ Template for the detect duplicates submission section component
@author Kim Shepherd
-->
<div class="text-sm-left" *ngVar="(this.getDuplicateData() | async) as data">
<ng-container *ngIf="data?.potentialDuplicates.length == 0">
<ng-container *ngIf="data?.potentialDuplicates.length === 0">
<div class="alert alert-success w-100">{{ 'submission.sections.duplicates.none' | translate }}</div>
</ng-container>
<ng-container *ngIf="data?.potentialDuplicates.length > 0">