Skip to content

Commit 6ff6954

Browse files
committed
lint
1 parent 824c2a5 commit 6ff6954

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/containers/PanelHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class PanelHeader extends Component {
3838
allowCollapse,
3939
toggleFolds,
4040
hasOpen,
41-
localize: _
41+
localize: _,
4242
} = this.props;
4343

4444
return !children && !action && !allowCollapse ? null : (

src/components/fields/TraceSelector.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {UnconnectedDropdown} from './Dropdown';
22
import PropTypes from 'prop-types';
33
import React, {Component} from 'react';
44
import {
5-
capitalize,
65
connectToContainer,
76
customTraceToPlotlyTrace,
87
localize,

0 commit comments

Comments
 (0)