redundant

This commit is contained in:
Luke Smith
2022-05-26 19:40:09 -04:00
parent b56c306eff
commit b681a95b57

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++;
}