fix: implemented PR feedback

This commit is contained in:
Daniel 2022-10-25 21:35:03 +02:00 committed by GitHub
parent dba3b81c81
commit b384c5a1af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -105,7 +105,7 @@ function onSearchBarType(searchBar) {
card.style.display = 'none';
} else {
card.style.display = 'unset';
shown += 1;
shown++;
}
}
// hide title if no cards are shown