mirror of https://github.com/vector-im/riot-web
				
				
				
			fix **AMAZING** C&P derp
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
							parent
							
								
									0c36778369
								
							
						
					
					
						commit
						aa90d6b097
					
				|  | @ -952,7 +952,7 @@ module.exports = React.createClass({ | |||
|         let webcamDropdown = <p>{_t('No Webcams detected')}</p>; | ||||
| 
 | ||||
|         const audioInputs = this.state.mediaDevices.audioinput; | ||||
|         if (Object.keys(videoInputs).length > 0) { | ||||
|         if (Object.keys(audioInputs).length > 0) { | ||||
|             microphoneDropdown = <div> | ||||
|                 <h4>Microphone</h4> | ||||
|                 <Dropdown | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Michael Telatynski
						Michael Telatynski