fix: added country code list to profilePage state (#1235)

This commit is contained in:
Eemaan Amir
2025-07-11 18:43:36 +05:00
committed by GitHub
parent 863937be88
commit 2b3857d922

View File

@@ -23,12 +23,14 @@ export const fetchProfileSuccess = (
preferences,
courseCertificates,
isAuthenticatedUserProfile,
countriesCodesList,
) => ({
type: FETCH_PROFILE.SUCCESS,
account,
preferences,
courseCertificates,
isAuthenticatedUserProfile,
countriesCodesList,
});
export const fetchProfileReset = () => ({