Skip to content

Commit 990dbc9

Browse files
committed
update to errors
1 parent 65f1d8d commit 990dbc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libs/actions/Wallet.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function updatePersonalDetails(personalDetails) {
189189
key: ONYXKEYS.WALLET_ADDITIONAL_DETAILS,
190190
value: {
191191
isLoading: true,
192-
error: '',
192+
errors: [],
193193
},
194194
},
195195
],
@@ -199,7 +199,6 @@ function updatePersonalDetails(personalDetails) {
199199
key: ONYXKEYS.WALLET_ADDITIONAL_DETAILS,
200200
value: {
201201
isLoading: false,
202-
error: '',
203202
},
204203
},
205204
],

0 commit comments

Comments
 (0)