mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
limit folders if only no folder
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 802d38f52e...f4f90f83cd
@@ -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