Skip to content

Commit 2b3857d

Browse files
authored
fix: added country code list to profilePage state (#1235)
1 parent 863937b commit 2b3857d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/profile/data/actions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ export const fetchProfileSuccess = (
2323
preferences,
2424
courseCertificates,
2525
isAuthenticatedUserProfile,
26+
countriesCodesList,
2627
) => ({
2728
type: FETCH_PROFILE.SUCCESS,
2829
account,
2930
preferences,
3031
courseCertificates,
3132
isAuthenticatedUserProfile,
33+
countriesCodesList,
3234
});
3335

3436
export const fetchProfileReset = () => ({

0 commit comments

Comments
 (0)