From 17375b232fff9e9869baffccb189219e3345a149 Mon Sep 17 00:00:00 2001 From: Iris Scholten Date: Wed, 21 Mar 2018 17:58:03 -0700 Subject: [PATCH] fix linter errors --- ui/src/dashboards/components/DisplayOptions.js | 1 - ui/src/shared/components/TableGraph.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/ui/src/dashboards/components/DisplayOptions.js b/ui/src/dashboards/components/DisplayOptions.js index 10a4667a82..13f30ceb9c 100644 --- a/ui/src/dashboards/components/DisplayOptions.js +++ b/ui/src/dashboards/components/DisplayOptions.js @@ -42,7 +42,6 @@ class DisplayOptions extends Component { staticLegend, onToggleStaticLegend, onResetFocus, - queryConfigs, dataLabels, } = this.props switch (type) { diff --git a/ui/src/shared/components/TableGraph.js b/ui/src/shared/components/TableGraph.js index 1d9dfbbd66..b381673558 100644 --- a/ui/src/shared/components/TableGraph.js +++ b/ui/src/shared/components/TableGraph.js @@ -268,10 +268,8 @@ class TableGraph extends Component { } = this.state const {hoverTime, tableOptions, colors} = this.props const { - timeFormat = TIME_FORMAT_DEFAULT, verticalTimeAxis = VERTICAL_TIME_AXIS_DEFAULT, fixFirstColumn = FIX_FIRST_COLUMN_DEFAULT, - fieldNames = [TIME_FIELD_DEFAULT], } = tableOptions const columnCount = _.get(processedData, ['0', 'length'], 0)