fix linting error

pull/837/head
Jade McGough 2017-02-01 11:29:52 -08:00
parent f0f06f887f
commit f1afb50c65
1 changed files with 1 additions and 1 deletions

View File

@ -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 (
<div className="page">