1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00

Temporarily disable loading indicator.

This commit is contained in:
Dan 2018-02-20 16:17:30 -03:30
parent 00c5dd2736
commit cca931c783
2 changed files with 1893 additions and 3 deletions

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:

1889
output Normal file

File diff suppressed because one or more lines are too long