mirror of
https://github.com/bitwarden/browser
synced 2026-01-20 01:13:48 +00:00
fix removing no folder when showNoFolderCiphers
This commit is contained in:
@@ -74,8 +74,7 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box list"
|
||||
*ngIf="nestedFolders && nestedFolders.length && (!showNoFolderCiphers || nestedFolders.length > 1)">
|
||||
<div class="box list" *ngIf="nestedFolders && nestedFolders.length">
|
||||
<div class="box-header">
|
||||
{{'folders' | i18n}}
|
||||
<span class="flex-right">{{folderCount}}</span>
|
||||
|
||||
Reference in New Issue
Block a user