Skip to content

Commit

Permalink
feat(thought-leadership): fix filter reset count
Browse files Browse the repository at this point in the history
  • Loading branch information
proeung committed Jul 19, 2023
1 parent c156f24 commit 872a4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/blog-home/blog-home.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function clearFilters(mode) {
selectedFiltersList.classList.remove('active');
}

updateFiltersCount('0', mode);
updateFiltersCount(null, mode);
loadMoreCards(7);
}

Expand Down

0 comments on commit 872a4e1

Please sign in to comment.