We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbd922 commit 892af3dCopy full SHA for 892af3d
src/EventEndingRow.jsx
@@ -87,7 +87,7 @@ let EventRow = React.createClass({
87
key={'sm_' + slot}
88
href='#'
89
className={'rbc-show-more'}
90
- onClick={this.props.onShowMore.bind(null, slot)}
+ onClick={this._showMore.bind(null, slot)}
91
>
92
{messages.showMore(count)}
93
</a>
0 commit comments