Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperlauridsen authored and jorntx committed Aug 8, 2023
1 parent 4b5989c commit 39a2c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/src/components/SearchFacetOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
this.searchAppliedFacets.forEach((facet) => {
facet === newFacet ? facetAllreadyApplied = true : null
})
if(!facetAllreadyApplied === true) {
if(!facetAllreadyApplied) {
this.updateSolrSettingOffset(0)
this.addToSearchAppliedFacets(newFacet)
this.$_pushSearchHistory('Search', this.query, this.searchAppliedFacets, this.solrSettings)
Expand Down

0 comments on commit 39a2c2a

Please sign in to comment.