Skip to content

Commit 892af3d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventEndingRow.jsx

+1-1
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)