Web: Removed resetProfile for fixed transition for personal.

This commit is contained in:
Tatiana Lopaeva 2021-09-24 17:00:01 +03:00
parent ef65cc7cb7
commit b69cd151b8

View File

@ -408,12 +408,13 @@ class SectionHeaderContent extends React.PureComponent {
onClickBack = () => {
const { filter, setFilter, history, resetProfile, isMy } = this.props;
resetProfile();
if (isMy) {
return history.goBack();
}
resetProfile();
const url = filter.toUrlParams();
const backUrl = combineUrl(
AppServerConfig.proxyURL,