diff --git a/js/views/install_view.js b/js/views/install_view.js index 276eb7780..fa27d3b30 100644 --- a/js/views/install_view.js +++ b/js/views/install_view.js @@ -57,8 +57,8 @@ this.on('disconnected', this.reconnect); if (Whisper.Registration.everDone()) { - this.installView.selectStep(Steps.SCAN_QR_CODE); - this.installView.hideDots(); + this.selectStep(Steps.SCAN_QR_CODE); + this.hideDots(); } }, connect: function() {