Skip to content

Commit

Permalink
fixing a regression in SearchFilterGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Sep 6, 2024
1 parent e17a0fd commit e5bdcad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ export default {
return this.groupTitle && !this.hideFilterGroups.includes(this.groupKey)
} else {
return (
typeof groupKey !== 'undefined' &&
typeof buckets !== 'undefined' &&
typeof this.groupKey !== 'undefined' &&
typeof this.buckets !== 'undefined' &&
this.bucketsLength >= 1 &&
!this.hideFilterGroups.includes(this.groupKey)
)
Expand Down

0 comments on commit e5bdcad

Please sign in to comment.