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 7fa6663 + 2afd563 commit d401e1eCopy full SHA for d401e1e
src/react-components/ui-root.js
@@ -809,7 +809,7 @@ class UIRoot extends Component {
809
}}
810
showEnterOnDevice={!this.state.waitingOnAudio && !this.props.entryDisallowed && !isMobileVR}
811
onEnterOnDevice={() => this.attemptLink()}
812
- showSpectate={!this.state.waitingOnAudio && !this.props.entryDisallowed}
+ showSpectate={!this.state.waitingOnAudio}
813
onSpectate={() => this.setState({ watching: true })}
814
showOptions={this.props.hubChannel.canOrWillIfCreator("update_hub")}
815
onOptions={() => {
0 commit comments