Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f4db83a

Browse files
committed
try empty string as falsey key
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 6b4daf0 commit f4db83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/UserSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ module.exports = React.createClass({
952952
let webcamDropdown = <p>{_t('No Webcams detected')}</p>;
953953

954954
const defaultOption = {
955-
deviceId: undefined,
955+
deviceId: '',
956956
label: _t('Default Device'),
957957
};
958958

0 commit comments

Comments
 (0)