From e396d722a17f3a90d690c2b14a62682531f53145 Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Tue, 19 May 2020 16:35:05 +0200 Subject: [PATCH] remove an unused variable to make CI happy --- src/widget/widgets/plot-table.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widget/widgets/plot-table.js b/src/widget/widgets/plot-table.js index b4b6f83..b776e4b 100644 --- a/src/widget/widgets/plot-table.js +++ b/src/widget/widgets/plot-table.js @@ -62,7 +62,6 @@ class WidgetPlotTable extends Component { let checkBoxes = []; let icData = []; - let legendSignals = []; let showLegend = false; if (this.state.signals.length > 0) {