remove host from dashboardpage

pull/808/head
Jade McGough 2017-01-27 15:31:06 -08:00
parent cb6d58d7ca
commit 4d8e82a6fd
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ const DashboardPage = React.createClass({
cells={cells}
autoRefreshMs={autoRefreshMs}
source={source.links.proxy}
host={this.props.params.sourceID}
/>
);
},