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

Commit 86e3dac

Browse files
committed
Update course pages and data
1 parent 792f105 commit 86e3dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/pages/EventsView/Events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function EventCards({ events, upcoming }) {
145145

146146
return (
147147
<Grid container spacing={4} className={classes.extraMargin}>
148-
{events.slice(Math.max(events.length - 3, 0)).map((event, index) => {
148+
{events.map((event, index) => {
149149
if (event.upcoming !== upcoming) {
150150
return null;
151151
}

0 commit comments

Comments
 (0)