diff --git a/ui/src/dashboards/containers/DashboardPage.js b/ui/src/dashboards/containers/DashboardPage.js index 3312729606..a8dcdbdfe5 100644 --- a/ui/src/dashboards/containers/DashboardPage.js +++ b/ui/src/dashboards/containers/DashboardPage.js @@ -427,7 +427,7 @@ class DashboardPage extends Component { onToggleTempVarControls={this.handleToggleTempVarControls} handleClickPresentationButton={handleClickPresentationButton} /> - {inPresentationMode ? null : ( + {inPresentationMode || (