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