fix linter errors

pull/10616/head
Iris Scholten 2018-03-21 17:58:03 -07:00
parent bff0686c81
commit 17375b232f
2 changed files with 0 additions and 3 deletions

View File

@ -42,7 +42,6 @@ class DisplayOptions extends Component {
staticLegend,
onToggleStaticLegend,
onResetFocus,
queryConfigs,
dataLabels,
} = this.props
switch (type) {

View File

@ -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)