From 2afd56367eb712fbfc2a38d1e9378f0233720e86 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Fri, 7 May 2021 10:14:59 -0500 Subject: [PATCH] allow spectate when entry is not allowed --- src/react-components/ui-root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/react-components/ui-root.js b/src/react-components/ui-root.js index b57d440c61..18a5417357 100644 --- a/src/react-components/ui-root.js +++ b/src/react-components/ui-root.js @@ -809,7 +809,7 @@ class UIRoot extends Component { }} showEnterOnDevice={!this.state.waitingOnAudio && !this.props.entryDisallowed && !isMobileVR} onEnterOnDevice={() => this.attemptLink()} - showSpectate={!this.state.waitingOnAudio && !this.props.entryDisallowed} + showSpectate={!this.state.waitingOnAudio} onSpectate={() => this.setState({ watching: true })} showOptions={this.props.hubChannel.canOrWillIfCreator("update_hub")} onOptions={() => {