Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
remove js-plotly-plot from wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Rivet committed Dec 13, 2019
1 parent 530ef65 commit 01a5e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Graph.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ const ControlledPlotlyGraph = memo(props => {
const {className, id} = props;

const extendedClassName = className
? 'dash-graph js-plotly-plot ' + className
: 'dash-graph js-plotly-plot';
? 'dash-graph ' + className
: 'dash-graph';

return (
<Suspense
Expand Down

0 comments on commit 01a5e49

Please sign in to comment.