diff --git a/src/App.tsx b/src/App.tsx index 591e487..a4efeb3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -93,7 +93,10 @@ const AppBarWitHistory = withRouter( } canGoBack() { - return this.props.history!.location.pathname !== routeResolver.getRoute('pim'); + return ( + (this.props.history!.location.pathname !== routeResolver.getRoute('pim')) && + (this.props.history!.location.pathname !== routeResolver.getRoute('home')) + ); } goBack() {