Skip to content

Commit d401e1e

Browse files
authored
Merge pull request #4248 from immers-space/spectate-full-rooms
Allow spectate option when room is full
2 parents 7fa6663 + 2afd563 commit d401e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react-components/ui-root.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ class UIRoot extends Component {
809809
}}
810810
showEnterOnDevice={!this.state.waitingOnAudio && !this.props.entryDisallowed && !isMobileVR}
811811
onEnterOnDevice={() => this.attemptLink()}
812-
showSpectate={!this.state.waitingOnAudio && !this.props.entryDisallowed}
812+
showSpectate={!this.state.waitingOnAudio}
813813
onSpectate={() => this.setState({ watching: true })}
814814
showOptions={this.props.hubChannel.canOrWillIfCreator("update_hub")}
815815
onOptions={() => {

0 commit comments

Comments
 (0)