mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</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">
|
<div class="box-header">
|
||||||
{{'folders' | i18n}}
|
{{'folders' | i18n}}
|
||||||
<span class="flex-right">{{folderCount}}</span>
|
<span class="flex-right">{{folderCount}}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user