Temporarily disable loading indicator.

feature/default_network_editable
Dan 7 years ago
parent 00c5dd2736
commit 6740be109b
  1. 7
      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:

Loading…
Cancel
Save