diff options
Temporarily disable loading indicator.
-rw-r--r-- | mascara/src/app/first-time/index.js | 7 |
1 files changed, 4 insertions, 3 deletions
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 (<Loading />) - } + // Disable until testing bug resolved + // if (isLoading) { + // return (<Loading />) + // } switch (this.state.screenType) { case SCREEN_TYPE.CREATE_PASSWORD: |