From f1afb50c6565af5d1dcee7570bd05853d3a319f1 Mon Sep 17 00:00:00 2001 From: Jade McGough Date: Wed, 1 Feb 2017 11:29:52 -0800 Subject: [PATCH] fix linting error --- 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 1ff9b4efe..135e7ebc5 100644 --- a/ui/src/dashboards/containers/DashboardPage.js +++ b/ui/src/dashboards/containers/DashboardPage.js @@ -82,7 +82,7 @@ const DashboardPage = React.createClass({ render() { const {dashboards, timeRange} = this.state; - const dashboard = this.currentDashboard(dashboards, this.props.params.dashboardID) + const dashboard = this.currentDashboard(dashboards, this.props.params.dashboardID); return (