diff --git a/src/EventEndingRow.jsx b/src/EventEndingRow.jsx index b3824f48f..91e1f7262 100644 --- a/src/EventEndingRow.jsx +++ b/src/EventEndingRow.jsx @@ -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)}