Skip to content

Commit

Permalink
deep source kodadot#2
Browse files Browse the repository at this point in the history
  • Loading branch information
daiagi committed Mar 5, 2023
1 parent 63369b8 commit f9a211f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/explore/FilterMenuButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const numOfActiveFilters = computed(() => {
(key === 'search' && value !== undefined) || value === 'true'
)
return activeFilters?.length || 0
return activeFilters.length
})
const toggleSidebarFilters = () => {
Expand Down

0 comments on commit f9a211f

Please sign in to comment.