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 (