Skip to content

Commit d7d9609

Browse files
Fixed linter issues.
1 parent 3e0b592 commit d7d9609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dash-core-components/src/fragments/Graph.react.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ class PlotlyGraph extends Component {
375375
}
376376

377377
getStyle() {
378-
let {style, responsive} = this.props;
378+
const {responsive} = this.props;
379+
let {style} = this.props;
379380

380381
if (!responsive) {
381382
return style;

0 commit comments

Comments
 (0)