You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
fix **AMAZING** C&P derp
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user