Skip to content

Commit 892af3d

Browse files
committed
[fixed] use correct handler for "show more"
1 parent 2dbd922 commit 892af3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EventEndingRow.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ let EventRow = React.createClass({
8787
key={'sm_' + slot}
8888
href='#'
8989
className={'rbc-show-more'}
90-
onClick={this.props.onShowMore.bind(null, slot)}
90+
onClick={this._showMore.bind(null, slot)}
9191
>
9292
{messages.showMore(count)}
9393
</a>

0 commit comments

Comments
 (0)