Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #130 from ymcatwincities/MAINTAIN-197
Browse files Browse the repository at this point in the history
Maintain 197
  • Loading branch information
podarok authored Jan 4, 2022
2 parents 53605fd + 0427663 commit 1a6c64b
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 72 deletions.
2 changes: 1 addition & 1 deletion openy_af4_vue_app/dist/activity_finder_4.umd.min.js

Large diffs are not rendered by default.

152 changes: 81 additions & 71 deletions openy_af4_vue_app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions openy_af4_vue_app/src/components/steps/SelectDaysTimes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ export default {
this.$emit('nextStep')
},
facetCount(value) {
if (typeof(this.facets) === 'undefined') {
return 0
}
let facet = this.facets.find(x => x.filter === value)
return facet && facet.count ? facet.count : 0
},
Expand Down

0 comments on commit 1a6c64b

Please sign in to comment.