fix **AMAZING** C&P derp

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2017-06-01 23:00:25 +01:00
parent 0c36778369
commit aa90d6b097
1 changed files with 1 additions and 1 deletions

View File

@ -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