diff --git a/src/profile/data/actions.js b/src/profile/data/actions.js index b960400..65c2e9e 100644 --- a/src/profile/data/actions.js +++ b/src/profile/data/actions.js @@ -23,12 +23,14 @@ export const fetchProfileSuccess = ( preferences, courseCertificates, isAuthenticatedUserProfile, + countriesCodesList, ) => ({ type: FETCH_PROFILE.SUCCESS, account, preferences, courseCertificates, isAuthenticatedUserProfile, + countriesCodesList, }); export const fetchProfileReset = () => ({