mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
Fix breaking typo (#2099)
This commit is contained in:
parent
6dfb06c5b0
commit
bbcbcf2b40
@ -241,7 +241,7 @@
|
||||
</div>
|
||||
<div class="box list">
|
||||
<div class="box-content single-line">
|
||||
<<button type="button" class="box-content-row" appStopClick appBlurClick (click)="fillCipher()"
|
||||
<button type="button" class="box-content-row" appStopClick appBlurClick (click)="fillCipher()"
|
||||
*ngIf="cipher.type !== cipherType.SecureNote && !cipher.isDeleted && !inPopout">
|
||||
<div class="row-main text-primary">
|
||||
<div class="icon text-primary" aria-hidden="true">
|
||||
|
Loading…
Reference in New Issue
Block a user