diff --git a/src/App.tsx b/src/App.tsx index a4efeb3..2be9298 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -94,6 +94,7 @@ const AppBarWitHistory = withRouter( canGoBack() { return ( + (this.props.history!.length > 1) && (this.props.history!.location.pathname !== routeResolver.getRoute('pim')) && (this.props.history!.location.pathname !== routeResolver.getRoute('home')) );