Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 58470e1

Browse files
committed
fixes #126
1 parent ee16a86 commit 58470e1

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
@@ -114,7 +114,7 @@ export default class Events extends React.Component {
114114
renderLoadMoreButton(eventsTotalLength, loadLimit, isPastEvent) {
115115
return loadLimit >= eventsTotalLength ? null : (
116116
<div className="loadmore_div" mb={[5, 5]}>
117-
<Button inverted medium onClick={event => this.loadMore(event, isPastEvent)}>
117+
<Button inverted medium onClick={() => this.loadMore(isPastEvent)}>
118118
Load more
119119
</Button>
120120
</div>

0 commit comments

Comments
 (0)