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,
} = this.props
if (isLoading) {
return (<Loading />)
}
// Disable until testing bug resolved
// if (isLoading) {
// return (<Loading />)
// }
switch (this.state.screenType) {
case SCREEN_TYPE.CREATE_PASSWORD:

1889
output

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