undo one of the "fixes"
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
709b2eed7c
commit
ac1d9b03bf
1 changed files with 2 additions and 3 deletions
|
@ -34,13 +34,12 @@ module.exports = createReactClass({
|
||||||
|
|
||||||
getInitialState: function() {
|
getInitialState: function() {
|
||||||
return {
|
return {
|
||||||
// convert to Boolean to protect against null-capable "tri-state" Settings e.g fallbackICEServerAllowed
|
value: SettingsStore.getValueAt(
|
||||||
value: Boolean(SettingsStore.getValueAt(
|
|
||||||
this.props.level,
|
this.props.level,
|
||||||
this.props.name,
|
this.props.name,
|
||||||
this.props.roomId,
|
this.props.roomId,
|
||||||
this.props.isExplicit,
|
this.props.isExplicit,
|
||||||
)),
|
),
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue