Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Jul 6, 2023
1 parent c9cf132 commit e9f1cfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/components/clicktoconnect/ClickPrompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ class ClickPrompt extends React.Component {
{getTranslation(c, "home.confirmLoginWithVoicechat")}
</button>;

if (!this.props.voiceState.serverHasVoiceChat) {
voiceButton = ""
}

return (
<BlackoutPage>
<div className="py-12">
Expand Down

0 comments on commit e9f1cfe

Please sign in to comment.