feat(device_selection): Implement popup

This commit is contained in:
hristoterezov
2017-06-03 22:12:04 -05:00
committed by yanas
parent 2c002c875d
commit 96e83989a5
29 changed files with 1551 additions and 592 deletions

View File

@@ -83,7 +83,7 @@ class DeviceSelector extends Component {
return this._renderNoPermission();
}
if (!this.props.devices.length) {
if (!this.props.devices || !this.props.devices.length) {
return this._renderNoDevices();
}