From 2a8fd3b001ede25b2538db1d8e4652036d2414f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 17 Nov 2020 12:47:43 +0100 Subject: [PATCH] Update app/components/topbar-account-panel/component.js Co-authored-by: Garret Alfert --- app/components/topbar-account-panel/component.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/topbar-account-panel/component.js b/app/components/topbar-account-panel/component.js index b4ad5dd..ed1bcfb 100644 --- a/app/components/topbar-account-panel/component.js +++ b/app/components/topbar-account-panel/component.js @@ -34,7 +34,6 @@ export default Component.extend({ this.set('setupInProgress', true); await this.kredits.setup(); this.set('setupInProgress', false); - // this.router.transitionTo('dashboard'); } catch (error) { this.set('setupInProgress', false); console.log('Opening Ethereum wallet failed:', error);