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:
parent
00c5dd2736
commit
6740be109b
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user