Skip to content

Commit

Permalink
fix: rebase problem fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Sep 15, 2024
1 parent c3a685e commit 02ff05e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/LoadingApp/LoadingApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,10 @@ export class LoadingAppClass extends Component<LoadingAppClassProps, LoadingAppC
this.addLastSnackbar,
this.state.translate('loadingapp.creatingwallet-label') as string,
seedJSON.error,
false,
this.state.translate,
sendEmail,
this.state.info.zingolib,
);
return;
}
Expand Down

0 comments on commit 02ff05e

Please sign in to comment.