Skip to content

Commit

Permalink
Merge pull request #1101 from DemocracyLab/Update_ParticipantCount
Browse files Browse the repository at this point in the history
remove participant count
  • Loading branch information
marlonkeating committed Apr 4, 2024
2 parents 01c8b4d + 2d7e0d5 commit c07e6c8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ class JoinConferenceButton extends React.PureComponent<Props> {
>
<i className={Glyph(GlyphStyles.Video, GlyphSizes.LG) + " mr-3"} />
{this.props.children}
<i className={Glyph(GlyphStyles.Users, GlyphSizes.LG) + " ml-3"} />
<span className="JoinConference-usercount overline ml-1">
{this.props.participant_count || "0"}
</span>
</Button>
</React.Fragment>
);
Expand Down

0 comments on commit c07e6c8

Please sign in to comment.