Skip to content

Commit 4b2eaa0

Browse files
committed
fix issue #1192 Issue when visiting another membe
fix issue #1192 Profile - Issue when visiting another member's profile clear profile before loading profile
1 parent 2920580 commit 4b2eaa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)