Skip to content

Commit 1404d87

Browse files
Merge pull request #1201 from suppermancool/f2f-30069264-issue-1192
fix issue #1192 Issue when visiting another member
2 parents 440d169 + 4e9ccd9 commit 1404d87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"slick-carousel": "^1.8.1",
9999
"supertest": "^3.1.0",
100100
"tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#dev",
101-
"topcoder-react-lib": "^0.4.8",
101+
"topcoder-react-lib": "^0.4.9",
102102
"topcoder-react-ui-kit": "^0.5.2",
103103
"topcoder-react-utils": "^0.7.3",
104104
"turndown": "^4.0.2",

src/shared/containers/Profile.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ function mapDispatchToProps(dispatch) {
116116
const a = actions.profile;
117117
return {
118118
loadProfile: (handle) => {
119+
dispatch(a.clearProfile());
119120
dispatch(a.loadProfile(handle));
120121
dispatch(a.getAchievementsInit());
121122
dispatch(a.getExternalAccountsInit());

0 commit comments

Comments
 (0)