diff --git a/package.json b/package.json index cb94b5a5db..8f5d1d0b8c 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "slick-carousel": "^1.8.1", "supertest": "^3.1.0", "tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#dev", - "topcoder-react-lib": "^0.4.8", + "topcoder-react-lib": "^0.4.9", "topcoder-react-ui-kit": "^0.5.2", "topcoder-react-utils": "^0.7.3", "turndown": "^4.0.2", diff --git a/src/shared/containers/Profile.jsx b/src/shared/containers/Profile.jsx index 71ed7a13c9..917487d440 100644 --- a/src/shared/containers/Profile.jsx +++ b/src/shared/containers/Profile.jsx @@ -116,6 +116,7 @@ function mapDispatchToProps(dispatch) { const a = actions.profile; return { loadProfile: (handle) => { + dispatch(a.clearProfile()); dispatch(a.loadProfile(handle)); dispatch(a.getAchievementsInit()); dispatch(a.getExternalAccountsInit());