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 cf53478

Browse files
vinaypuppalZubair Ahmed
authored and
Zubair Ahmed
committed
fixes #126 (#130)
1 parent 1aac0fc commit cf53478

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

0 commit comments

Comments
 (0)