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 cb14daa

Browse files
committed
Single upcoming event to be shown
1 parent ee16a86 commit cb14daa

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
@@ -30,7 +30,7 @@ export default class Events extends React.Component {
3030
pastEvents: [],
3131
pastEventsLoadLimit: 2,
3232
futureEvents: [],
33-
futureEventsLoadLimit: 2,
33+
futureEventsLoadLimit: 1,
3434
fetchError: null,
3535
loading: true,
3636
};

0 commit comments

Comments
 (0)