redundant

This commit is contained in:
Luke Smith 2022-05-26 19:40:09 -04:00
parent b56c306eff
commit b681a95b57
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -32,7 +32,6 @@ document.addEventListener('DOMContentLoaded', () => {
el.hidden = !isMatch
el.classList.toggle('matched-recipe', isMatch && searchText.length !== 0);
artlist.classList.add('list-searched');
if (hasFilter && isMatch) {
matchCount++;
}