Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ManukMinasyan committed Jun 16, 2022
1 parent ab67d20 commit f2ceeb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"name": "vue-functional-calendar",
"description": "Lightweight, high-performance calendar component based on Vue.js",
"version": "2.9.9",
"version": "2.9.94",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Day.vue
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export default {
const datesCollection = this.fConfigs.enabledDates
return (
!datesCollection?.length ||
!datesCollection.length ||
this.isDateIncludedInDatesCollection(date, datesCollection)
)
},
Expand Down

0 comments on commit f2ceeb0

Please sign in to comment.