Skip to content

Commit

Permalink
update to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonals committed Aug 15, 2022
1 parent 65f1d8d commit 990dbc9
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit 990dbc9

Please sign in to comment.