From 39c90cae78f0e9845294147bb514769215120a1a Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 17 Apr 2018 10:26:19 -0700 Subject: [PATCH] Simplify evaluation --- ui/src/dashboards/containers/DashboardPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || (