Skip to content

Commit 3e1ac54

Browse files
committed
Fix stroke width spelling
1 parent e07463c commit 3e1ac54

File tree

1 file changed

+1
-1
lines changed
  • rust/cubesql/cubesql/egraph-debug-template/src

1 file changed

+1
-1
lines changed

rust/cubesql/cubesql/egraph-debug-template/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const toEdge = (n) => ({
4646
id: `${n.source}->${n.target}`,
4747
style:
4848
n.source.indexOf(`${n.target}-`) === 0
49-
? { stroke: '#f00', 'stroke-width': 10 }
49+
? { stroke: '#f00', strokeWidth: 10 }
5050
: undefined,
5151
});
5252
const initialNodes = data.combos

0 commit comments

Comments
 (0)