mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Fix plot table widget
This commit is contained in:
parent
cdafc62aa3
commit
0b1ad61b20
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,10 @@ class WidgetPlotTable extends Component {
|
|||
let checkBoxes = [];
|
||||
|
||||
// Data passed to plot
|
||||
if (this.props.simulationModel == null) {
|
||||
return <div />;
|
||||
}
|
||||
|
||||
const simulator = this.props.simulationModel.simulator;
|
||||
let simulatorData = [];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue