We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba74473 + fa4826c commit 262f36aCopy full SHA for 262f36a
src/calendar/day/multi-dot/index.js
@@ -45,7 +45,8 @@ class Day extends Component {
45
markedChanged = (!(
46
this.props.marked.marked === nextProps.marked.marked
47
&& this.props.marked.selected === nextProps.marked.selected
48
- && this.props.marked.disabled === nextProps.marked.disabled));
+ && this.props.marked.disabled === nextProps.marked.disabled
49
+ && this.props.marked.dots === nextProps.marked.dots));
50
} else {
51
markedChanged = true;
52
}
0 commit comments