1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

removed unused imports

This commit is contained in:
Ricardo Hernandez-Montoya 2017-04-10 14:55:48 +02:00
parent 58f49c13a1
commit 6b29bab366

View file

@ -8,8 +8,6 @@
**********************************************************************************/
import React, { Component } from 'react';
import { LineChart } from 'rd3';
import { scaleOrdinal, schemeCategory10 } from 'd3-scale';
import classNames from 'classnames';
import { FormGroup, Checkbox } from 'react-bootstrap';
@ -27,8 +25,6 @@ class WidgetPlotTable extends Component {
}
componentWillReceiveProps(nextProps) {
// check data
const simulator = nextProps.widget.simulator;
// Update internal selected signals state with props (different array objects)
if (this.props.widget.signals !== nextProps.widget.signals) {