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

@ -1 +1 @@
Subproject commit 802d38f52e9794567179b9bd9ffc475ceb31323f
Subproject commit f4f90f83cd40c4ce6c4ceeedb9d359af463a02ed

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>