Skip to content

Commit 7ec83a0

Browse files
committed
Lintify
1 parent 6a723fc commit 7ec83a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/scattergl/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ function sceneOptions(container, subplot, trace, positions) {
395395
else {
396396
selectedOptions = {};
397397
if(trace.selected.marker.size) selectedOptions.sizes = trace.selected.marker.size;
398-
if (trace.selected.marker.color) selectedOptions.colors = trace.selected.marker.color;
398+
if(trace.selected.marker.color) selectedOptions.colors = trace.selected.marker.color;
399399
if(trace.selected.marker.opacity !== undefined) selectedOptions.opacity = trace.selected.marker.opacity;
400400
}
401401

0 commit comments

Comments
 (0)