diff --git a/src/js/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/DeviceList/index.js b/src/js/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/DeviceList/index.js index b1d37fd1..9705aa44 100644 --- a/src/js/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/DeviceList/index.js +++ b/src/js/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/DeviceList/index.js @@ -15,7 +15,7 @@ class DeviceList extends Component { } render() { - const { devices, selectedDevice } = this.props; + const { devices, selectedDevice, onSelectDevice } = this.props; console.warn('devices', devices); return ( diff --git a/src/js/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js b/src/js/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js index c69130b9..2ed8ac88 100644 --- a/src/js/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js +++ b/src/js/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js @@ -102,7 +102,7 @@ export class DeviceDropdown extends Component { } render() { - const { devices } = this.props; + const { devices, onSelectDevice } = this.props; const { transport } = this.props.connect; const { selectedDevice } = this.props.wallet; @@ -140,6 +140,7 @@ export class DeviceDropdown extends Component { {isWebUSB(transport) && (