diff --git a/frontend-html/src/gui/connections/MobileComponents/BottomToolBar/BottomToolBar.tsx b/frontend-html/src/gui/connections/MobileComponents/BottomToolBar/BottomToolBar.tsx index 0dfd824715..fc408a2f50 100644 --- a/frontend-html/src/gui/connections/MobileComponents/BottomToolBar/BottomToolBar.tsx +++ b/frontend-html/src/gui/connections/MobileComponents/BottomToolBar/BottomToolBar.tsx @@ -59,15 +59,17 @@ export class BottomToolBar extends React.Component<{ const actionButtonsState = geScreenActionButtonsState(this.props.ctx); const buttons = []; if (this.props.mobileState.layoutState.showCloseButton(!!this.activeScreen)) { - buttons.push( - this.props.mobileState.breadCrumbsState.goBack()} - /> - ); + { this.props.mobileState.layoutState.showBackButton && + buttons.push( + this.props.mobileState.breadCrumbsState.goBack()} + /> + ); + } buttons.push(