1
0
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:
Kyle Spearrin
2019-06-05 13:51:36 -04:00
parent fe3c611d5a
commit c5c2318fbe
2 changed files with 3 additions and 2 deletions

2
jslib

Submodule jslib updated: 802d38f52e...f4f90f83cd

View File

@@ -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>