Show spaces beta prompt when viewing a space without the beta
This commit is contained in:
parent
505b200a87
commit
18a01d9271
6 changed files with 85 additions and 5 deletions
|
@ -1910,7 +1910,7 @@ export default class RoomView extends React.Component<IProps, IState> {
|
|||
);
|
||||
}
|
||||
|
||||
if (SettingsStore.getValue("feature_spaces") && this.state.room?.isSpaceRoom()) {
|
||||
if (this.state.room?.isSpaceRoom()) {
|
||||
return <SpaceRoomView
|
||||
space={this.state.room}
|
||||
justCreatedOpts={this.props.justCreatedOpts}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue