Skip to content

Commit 84a641e

Browse files
committed
Display total attendees
1 parent 6d48830 commit 84a641e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UserUpcomingEvents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function UserUpcomingEvents({ userEvents }) {
9191
style={{ backgroundColor: 'white' }}
9292
className={classes.button}
9393
>
94-
{event.speakers.map(speaker => speaker.speakerName)}
94+
{event.totalAttendees} Attendees
9595
</Button>
9696
</Grid>
9797
</Grid>

0 commit comments

Comments
 (0)