Skip to content

Commit

Permalink
[fixed] use correct handler for "show more"
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Oct 28, 2015
1 parent 2dbd922 commit 892af3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventEndingRow.jsx
Expand Up @@ -87,7 +87,7 @@ let EventRow = React.createClass({
key={'sm_' + slot}
href='#'
className={'rbc-show-more'}
onClick={this.props.onShowMore.bind(null, slot)}
onClick={this._showMore.bind(null, slot)}
>
{messages.showMore(count)}
</a>
Expand Down

0 comments on commit 892af3d

Please sign in to comment.