We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d48830 commit 84a641eCopy full SHA for 84a641e
src/components/UserUpcomingEvents.js
@@ -91,7 +91,7 @@ function UserUpcomingEvents({ userEvents }) {
91
style={{ backgroundColor: 'white' }}
92
className={classes.button}
93
>
94
- {event.speakers.map(speaker => speaker.speakerName)}
+ {event.totalAttendees} Attendees
95
</Button>
96
</Grid>
97
0 commit comments