diff --git a/src/shared/containers/Profile.jsx b/src/shared/containers/Profile.jsx index bbf8981b48..0d6afb6dde 100644 --- a/src/shared/containers/Profile.jsx +++ b/src/shared/containers/Profile.jsx @@ -14,13 +14,10 @@ class ProfileContainer extends React.Component { componentDidMount() { const { handleParam, - profileForHandle, loadProfile, } = this.props; - if (handleParam !== profileForHandle) { - loadProfile(handleParam); - } + loadProfile(handleParam); } componentWillReceiveProps(nextProps) {