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

Commit 01a5e49

Browse files
author
Marc-André Rivet
committed
remove js-plotly-plot from wrapper
1 parent 530ef65 commit 01a5e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Graph.react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ const ControlledPlotlyGraph = memo(props => {
9898
const {className, id} = props;
9999

100100
const extendedClassName = className
101-
? 'dash-graph js-plotly-plot ' + className
102-
: 'dash-graph js-plotly-plot';
101+
? 'dash-graph ' + className
102+
: 'dash-graph';
103103

104104
return (
105105
<Suspense

0 commit comments

Comments
 (0)