diff --git a/src/screens/profile/container/profileContainer.js b/src/screens/profile/container/profileContainer.js index 7fe4ee9ec..8df955291 100644 --- a/src/screens/profile/container/profileContainer.js +++ b/src/screens/profile/container/profileContainer.js @@ -56,7 +56,7 @@ class ProfileContainer extends Component { return; } - if (selectedUser && selectedUser.username) { + if (selectedUser && selectedUser.username && selectedUser.username !== currentAccount.name) { this._loadProfile(selectedUser.username); if (selectedUser.username) {