Format fix

This commit is contained in:
Cohee 2024-03-16 23:20:35 +02:00
parent 0b264bc519
commit a789c6f76f
1 changed files with 1 additions and 1 deletions

View File

@ -1357,7 +1357,7 @@ export function getEntitiesList({ doFilter = false, doSort = true } = {}) {
}
// Run over all entities between first and second filter to save some states
for(const entity of entities) {
for (const entity of entities) {
// For folders, we remember the sub entities so they can be displayed later, even if they might be filtered
// Those sub entities should be filtered and have the search filters applied too
if (entity.type === 'tag') {