Fix lint issues (#2656)

This commit is contained in:
Daniel James Smith 2022-05-07 22:30:57 +02:00 committed by GitHub
parent a0caa89bf0
commit 3db2848cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

View File

@ -4,7 +4,13 @@
appA11yTitle="{{ s.name }}"
class="box-content-row box-content-row-flex"
>
<button type="button" class="row-main" (click)="selectSend(s)" appStopClick title="{{ title }} - {{ s.name }}">
<button
type="button"
class="row-main"
(click)="selectSend(s)"
appStopClick
title="{{ title }} - {{ s.name }}"
>
<div class="app-vault-icon">
<div class="icon" aria-hidden="true">
<i class="bwi bwi-fw bwi-lg bwi-file-text" *ngIf="s.type === sendType.Text"></i>
@ -39,11 +45,7 @@
<span class="sr-only">{{ "maxAccessCountReached" | i18n }}</span>
</ng-container>
<ng-container *ngIf="s.expired">
<i
class="bwi bwi-clock text-muted"
title="{{ 'expired' | i18n }}"
aria-hidden="true"
></i>
<i class="bwi bwi-clock text-muted" title="{{ 'expired' | i18n }}" aria-hidden="true"></i>
<span class="sr-only">{{ "expired" | i18n }}</span>
</ng-container>
<ng-container *ngIf="s.pendingDelete">
@ -93,4 +95,4 @@
<i class="bwi bwi-lg bwi-trash" aria-hidden="true"></i>
</button>
</div>
</div>
</div>