We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 440d169 + 4e9ccd9 commit 1404d87Copy full SHA for 1404d87
package.json
@@ -98,7 +98,7 @@
98
"slick-carousel": "^1.8.1",
99
"supertest": "^3.1.0",
100
"tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#dev",
101
- "topcoder-react-lib": "^0.4.8",
+ "topcoder-react-lib": "^0.4.9",
102
"topcoder-react-ui-kit": "^0.5.2",
103
"topcoder-react-utils": "^0.7.3",
104
"turndown": "^4.0.2",
src/shared/containers/Profile.jsx
@@ -116,6 +116,7 @@ function mapDispatchToProps(dispatch) {
116
const a = actions.profile;
117
return {
118
loadProfile: (handle) => {
119
+ dispatch(a.clearProfile());
120
dispatch(a.loadProfile(handle));
121
dispatch(a.getAchievementsInit());
122
dispatch(a.getExternalAccountsInit());
0 commit comments