This commit is contained in:
the-djmaze 2023-02-14 12:30:11 +01:00
parent f99daeebe5
commit 4d2cd82d95

View file

@ -6,7 +6,7 @@
<i data-bind="css: collapsedCss()"></i>
<!-- ko text: name --><!-- /ko -->
</a>
<!-- ko if: subFolders.length -->
<!-- ko if: subFolders().length -->
<ul data-bind="template: { name: 'MailFolderListItem', foreach: subFolders }, css: { 'collapsed': collapsed() }"></ul>
<!-- /ko -->
</li>