Skip to content

Commit c07e6c8

Browse files
Merge pull request #1101 from DemocracyLab/Update_ParticipantCount
remove participant count
2 parents 01c8b4d + 2d7e0d5 commit c07e6c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

common/components/common/event_projects/JoinConferenceButton.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ class JoinConferenceButton extends React.PureComponent<Props> {
3232
>
3333
<i className={Glyph(GlyphStyles.Video, GlyphSizes.LG) + " mr-3"} />
3434
{this.props.children}
35-
<i className={Glyph(GlyphStyles.Users, GlyphSizes.LG) + " ml-3"} />
36-
<span className="JoinConference-usercount overline ml-1">
37-
{this.props.participant_count || "0"}
38-
</span>
3935
</Button>
4036
</React.Fragment>
4137
);

0 commit comments

Comments
 (0)