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 andcommitted
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy