Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemolland committed Oct 4, 2021
1 parent f2ed7c4 commit 8e00029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gameflow-tv/flume",
"version": "0.3.9",
"version": "0.3.10",
"description": "React implementation of the Flume design system",
"module": "dist/index.js",
"files": [
Expand Down
3 changes: 2 additions & 1 deletion src/lib/components/inputs/Calendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ export const Calendar = forwardRef((props: CalendarProps, ref) => {
(isSelectedDay(day, selectedDate) ? ' selected' : '')
}
onClick={() => onDateClick(day)}
{...styles}>
{...styles}
>
{day.month !== 0
? !isNullOrUndefined(props.dateBoxDisabledTxt)
? props.dateBoxDisabledTxt
Expand Down

0 comments on commit 8e00029

Please sign in to comment.