ESlint: fix eqeqeq violations

This commit is contained in:
Yury Bondarenko
2023-06-27 14:22:59 +02:00
parent 3ce98cdbac
commit 8a650a2fb5
62 changed files with 168 additions and 168 deletions

View File

@@ -1,8 +1,8 @@
<div class="d-flex flex-row">
<a *ngIf="linkType != linkTypes.None" [target]="(linkType == linkTypes.ExternalLink) ? '_blank' : '_self'" [attr.rel]="(linkType == linkTypes.ExternalLink) ? 'noopener noreferrer' : null" [routerLink]="['/collections/' + object.id]" class="lead">
<a *ngIf="linkType !== linkTypes.None" [target]="(linkType === linkTypes.ExternalLink) ? '_blank' : '_self'" [attr.rel]="(linkType === linkTypes.ExternalLink) ? 'noopener noreferrer' : null" [routerLink]="['/collections/' + object.id]" class="lead">
{{ dsoNameService.getName(object) }}
</a>
<span *ngIf="linkType == linkTypes.None" class="lead">
<span *ngIf="linkType === linkTypes.None" class="lead">
{{ dsoNameService.getName(object) }}
</span>
<span class="pr-2">&nbsp;</span>