diff --git a/src/js/views/Wallet/components/LeftNavigation/index.js b/src/js/views/Wallet/components/LeftNavigation/index.js index e99c2cd7..46578383 100644 --- a/src/js/views/Wallet/components/LeftNavigation/index.js +++ b/src/js/views/Wallet/components/LeftNavigation/index.js @@ -37,6 +37,13 @@ class LeftNavigation extends Component { }; } + componentDidMount() { + this.setState({ + animationType: null, + shouldRenderDeviceSelection: false, + }) + } + componentWillReceiveProps() { const { deviceDropdownOpened } = this.props; const { selectedDevice } = this.props.wallet;