Skip to content

Commit 262f36a

Browse files
author
Tautvilas Mečinskas
authored
Merge pull request #223 from jaruyot/bugfix
Bug fix for multi-dot markers
2 parents ba74473 + fa4826c commit 262f36a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/calendar/day/multi-dot/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ class Day extends Component {
4545
markedChanged = (!(
4646
this.props.marked.marked === nextProps.marked.marked
4747
&& this.props.marked.selected === nextProps.marked.selected
48-
&& this.props.marked.disabled === nextProps.marked.disabled));
48+
&& this.props.marked.disabled === nextProps.marked.disabled
49+
&& this.props.marked.dots === nextProps.marked.dots));
4950
} else {
5051
markedChanged = true;
5152
}

0 commit comments

Comments
 (0)