1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Temporarily disable loading indicator.

This commit is contained in:
Dan 2018-02-20 16:17:30 -03:30
parent 00c5dd2736
commit 6740be109b

View File

@ -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: