Skip to content

Commit 3d0f380

Browse files
Merge pull request #1168 from openedx/revert-1166-sundas/INF-1779
Revert "feat: addd countries changes for embargo"
2 parents 22dc854 + b597e2c commit 3d0f380

13 files changed

+1255
-72
lines changed

src/profile/__mocks__/invalidUser.mockStore.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module.exports = {
2929
drafts: {},
3030
isLoadingProfile: false,
3131
isAuthenticatedUserProfile: true,
32-
countries: [],
3332
},
3433
router: {
3534
location: {

src/profile/__mocks__/savingEditedBio.mockStore.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ module.exports = {
125125
}
126126
],
127127
drafts: {},
128-
isLoadingProfile: false,
129-
countries: [],
128+
isLoadingProfile: false
130129
},
131130
router: {
132131
location: {

src/profile/__mocks__/viewOtherProfile.mockStore.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ module.exports = {
8686
drafts: {},
8787
isLoadingProfile: false,
8888
learningGoal: 'advance_career',
89-
countries: [],
9089
},
9190
router: {
9291
location: {

src/profile/__mocks__/viewOwnProfile.mockStore.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ module.exports = {
124124
createdDate: '2019-03-04T19:31:39.896806Z'
125125
}
126126
],
127-
countries:[{code:"AX", name:"Åland Islands"},{code:"AL", name:"Albania"}],
128127
drafts: {},
129128
isLoadingProfile: false
130129
},

0 commit comments

Comments
 (0)