From 6740be109be1b545e1efa327901c6ac4a46b8bf0 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 20 Feb 2018 16:17:30 -0330 Subject: Temporarily disable loading indicator. --- mascara/src/app/first-time/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mascara/src/app') diff --git a/mascara/src/app/first-time/index.js b/mascara/src/app/first-time/index.js index a05e0aa96..46b821c8b 100644 --- a/mascara/src/app/first-time/index.js +++ b/mascara/src/app/first-time/index.js @@ -89,9 +89,10 @@ class FirstTimeFlow extends Component { leaveImportSeedScreenState, } = this.props - if (isLoading) { - return () - } + // Disable until testing bug resolved + // if (isLoading) { + // return () + // } switch (this.state.screenType) { case SCREEN_TYPE.CREATE_PASSWORD: -- cgit