1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-07 21:23:00 +03:00

try empty string as falsey key

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2017-06-02 00:31:43 +01:00
parent 6b4daf02a9
commit f4db83a031

View File

@@ -952,7 +952,7 @@ module.exports = React.createClass({
let webcamDropdown = <p>{_t('No Webcams detected')}</p>;
const defaultOption = {
deviceId: undefined,
deviceId: '',
label: _t('Default Device'),
};