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

remove an unused variable to make CI happy

This commit is contained in:
Sonja Happ 2020-05-19 16:35:05 +02:00
parent a7ca4d4514
commit e396d722a1

View file

@ -62,7 +62,6 @@ class WidgetPlotTable extends Component {
let checkBoxes = [];
let icData = [];
let legendSignals = [];
let showLegend = false;
if (this.state.signals.length > 0) {