Temporarily disable loading indicator.

feature/default_network_editable
Dan 7 years ago
parent 00c5dd2736
commit cca931c783
  1. 7
      mascara/src/app/first-time/index.js
  2. 1889
      output

@ -89,9 +89,10 @@ class FirstTimeFlow extends Component {
leaveImportSeedScreenState, leaveImportSeedScreenState,
} = this.props } = this.props
if (isLoading) { // Disable until testing bug resolved
return (<Loading />) // if (isLoading) {
} // return (<Loading />)
// }
switch (this.state.screenType) { switch (this.state.screenType) {
case SCREEN_TYPE.CREATE_PASSWORD: case SCREEN_TYPE.CREATE_PASSWORD:

1889
output

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save