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