undo one of the "fixes"
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
							parent
							
								
									709b2eed7c
								
							
						
					
					
						commit
						ac1d9b03bf
					
				|  | @ -34,13 +34,12 @@ module.exports = createReactClass({ | |||
| 
 | ||||
|     getInitialState: function() { | ||||
|         return { | ||||
|             // convert to Boolean to protect against null-capable "tri-state" Settings e.g fallbackICEServerAllowed
 | ||||
|             value: Boolean(SettingsStore.getValueAt( | ||||
|             value: SettingsStore.getValueAt( | ||||
|                 this.props.level, | ||||
|                 this.props.name, | ||||
|                 this.props.roomId, | ||||
|                 this.props.isExplicit, | ||||
|             )), | ||||
|             ), | ||||
|         }; | ||||
|     }, | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Michael Telatynski
						Michael Telatynski