Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor part of ActivateWallet into UpdatePersonalDetailsForWallet #9914

Merged
merged 28 commits into from
Aug 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update to errors
  • Loading branch information
Gonals committed Aug 15, 2022
commit 990dbc9eb967bf5d6770e3172c604b1754da4347
3 changes: 1 addition & 2 deletions src/libs/actions/Wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function updatePersonalDetails(personalDetails) {
key: ONYXKEYS.WALLET_ADDITIONAL_DETAILS,
value: {
isLoading: true,
error: '',
errors: [],
},
},
],
Expand All @@ -199,7 +199,6 @@ function updatePersonalDetails(personalDetails) {
key: ONYXKEYS.WALLET_ADDITIONAL_DETAILS,
value: {
isLoading: false,
error: '',
},
},
],
Expand Down