1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +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,
} = this.props
if (isLoading) {
return (<Loading />)
}
// Disable until testing bug resolved
// if (isLoading) {
// return (<Loading />)
// }
switch (this.state.screenType) {
case SCREEN_TYPE.CREATE_PASSWORD: