Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Jul 24, 2024
1 parent 702b16d commit b36b682
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const AccordionFacetWrapper = (props) => {
React.useEffect(() => {
function changeFilterType(data) {
if (data.field === field) {
console.log('Sidebar changeFilterType', data.type);
setLocalFilterType(data.type);
}
}
Expand Down

0 comments on commit b36b682

Please sign in to comment.