Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b5f76e7

Browse files
author
Zubair Ahmed
authoredDec 18, 2017
Merge branch 'develop' into feature/event-loading-indicator
2 parents b75c6c3 + cf53478 commit b5f76e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pages/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default class Events extends React.Component {
117117
renderLoadMoreButton(eventsTotalLength, loadLimit, isPastEvent) {
118118
return loadLimit >= eventsTotalLength ? null : (
119119
<div className="loadmore_div" mb={[5, 5]}>
120-
<Button inverted medium onClick={event => this.loadMore(event, isPastEvent)}>
120+
<Button inverted medium onClick={() => this.loadMore(isPastEvent)}>
121121
Load more
122122
</Button>
123123
</div>

0 commit comments

Comments
 (0)