diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index 07e643a8..ec78bd74 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -150,22 +150,19 @@ class LeftNavigation extends Component { } render() { - const { selectedDevice } = this.props.wallet; return ( - {selectedDevice && ( - this.handleOpen()} - device={this.props.wallet.selectedDevice} - transport={this.props.connect.transport} - devices={this.props.devices} - isOpen={this.props.deviceDropdownOpened} - {...this.props} - /> - ) } + this.handleOpen()} + device={this.props.wallet.selectedDevice} + transport={this.props.connect.transport} + devices={this.props.devices} + isOpen={this.props.deviceDropdownOpened} + {...this.props} + /> {this.state.shouldRenderDeviceSelection && } {this.shouldRenderAccounts() && this.getMenuTransition()} diff --git a/src/views/Wallet/index.js b/src/views/Wallet/index.js index 23674f79..e84feef3 100644 --- a/src/views/Wallet/index.js +++ b/src/views/Wallet/index.js @@ -83,7 +83,7 @@ const Wallet = (props: WalletContainerProps) => (
- + {props.wallet.selectedDevice && }