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.
2 parents 01c8b4d + 2d7e0d5 commit c07e6c8Copy full SHA for c07e6c8
common/components/common/event_projects/JoinConferenceButton.jsx
@@ -32,10 +32,6 @@ class JoinConferenceButton extends React.PureComponent<Props> {
32
>
33
<i className={Glyph(GlyphStyles.Video, GlyphSizes.LG) + " mr-3"} />
34
{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>
39
</Button>
40
</React.Fragment>
41
);
0 commit comments