Skip to content
Prev Previous commit
Next Next commit
Fixed linter issues.
  • Loading branch information
nickmelnikov82 committed Jan 31, 2022
commit d7d9609b983b51f2c5907fd229672b83e8cac276
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ class PlotlyGraph extends Component {
}

getStyle() {
let {style, responsive} = this.props;
const {responsive} = this.props;
let {style} = this.props;

if (!responsive) {
return style;
Expand Down