Skip to content

Commit

Permalink
[PM-14419] Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-melton committed Feb 12, 2025
1 parent e926de1 commit 099c404
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@
bitBadge
variant="primary"
appStopProp
(click)="launchChangePassword(cipher)"
[title]="'changeButtonTitle' | i18n: cipher.name"
[attr.aria-label]="'changeButtonTitle' | i18n: cipher.name"
[disabled]="launchingCipher() == cipher"
(click)="launchChangePassword(cipher)"
[title]="'changeButtonTitle' | i18n: cipher.name"
[attr.aria-label]="'changeButtonTitle' | i18n: cipher.name"
[disabled]="launchingCipher() == cipher"
>
<ng-container *ngIf="launchingCipher() != cipher">
{{ "change" | i18n }}
</ng-container>
<i
*ngIf="launchingCipher() == cipher"
class="bwi bwi-spinner bwi-spin"
aria-hidden="true"
></i>
<i
*ngIf="launchingCipher() == cipher"
class="bwi bwi-spinner bwi-spin"
aria-hidden="true"
></i>
</button>
</bit-item-action>
</bit-item>
Expand Down

0 comments on commit 099c404

Please sign in to comment.