fix(prejoin_page) Add labels for video & more UI fixes
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
1b05d7269c
commit
c05ca1d9fc
@@ -127,11 +127,9 @@ class SettingsDialog extends Component<Props> {
|
||||
function _mapStateToProps(state) {
|
||||
const configuredTabs = interfaceConfig.SETTINGS_SECTIONS || [];
|
||||
const jwt = state['features/base/jwt'];
|
||||
const { prejoinPageEnabled } = state['features/base/config'];
|
||||
|
||||
// The settings sections to display.
|
||||
const showDeviceSettings = !prejoinPageEnabled
|
||||
&& configuredTabs.includes('devices');
|
||||
const showDeviceSettings = configuredTabs.includes('devices');
|
||||
const moreTabProps = getMoreTabProps(state);
|
||||
const { showModeratorSettings, showLanguageSettings } = moreTabProps;
|
||||
const showProfileSettings
|
||||
|
||||
Reference in New Issue
Block a user