From 53a0f07d42dca538ba7f451ffb547c189ccf44e5 Mon Sep 17 00:00:00 2001 From: Jared Scheib Date: Fri, 8 Jun 2018 18:20:25 -0700 Subject: [PATCH] Remove obsolete comment --- 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 8f7c05b46..894c7e591 100644 --- a/ui/src/dashboards/containers/DashboardPage.js +++ b/ui/src/dashboards/containers/DashboardPage.js @@ -291,7 +291,7 @@ class DashboardPage extends Component { params: {dashboardID}, location, } = this.props - // TODO: block viewer from doing this + const currentTempVar = dashboard.templates.find( tempVar => tempVar.id === templateID )