diff --git a/src/containers/profileContainer.js b/src/containers/profileContainer.js index 17fc830bd..98ea447fd 100644 --- a/src/containers/profileContainer.js +++ b/src/containers/profileContainer.js @@ -97,7 +97,7 @@ class ProfileContainer extends Component { get(nextProps, 'activeBottomTab') === ROUTES.TABBAR.PROFILE; if ((isActiveTabChanged && user) || currentUsername) { - this._loadProfile(currentUsername); + this._loadProfile(get(nextProps, 'currentAccount.name')); } } }