diff --git a/app/static/js/contacts.js b/app/static/js/contacts.js index 0e29d9c..a4e5a0a 100644 --- a/app/static/js/contacts.js +++ b/app/static/js/contacts.js @@ -1849,8 +1849,6 @@ function applySortAndFilters() { renderExistingList(filteredContacts); // When Blocked filter is active, also show name-blocked entries - const sourceFilter = document.getElementById('sourceFilter'); - const selectedSource = sourceFilter ? sourceFilter.value : 'ALL'; if (selectedSource === 'BLOCKED') { loadBlockedNamesList(); }