Skip to content

Commit 59cbd95

Browse files
authored
Merge pull request #340 from eccenca/bugfix/typo-CMEM-6943
bugfix: fixed a typo in marker url
2 parents 8192a7e + 454c99e commit 59cbd95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensions/react-flow/edges/EdgeDefaultV12.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const EdgeDefaultV12 = memo(
104104
: undefined,
105105
markerEnd:
106106
arrowDirection === "normal" || arrowDirection === "bidirectional"
107-
? `url(#react-flow__marker--${appearance}${intent ? `-${intent}` : "-none"}`
107+
? `url(#react-flow__marker--${appearance}${intent ? `-${intent}` : "-none"})`
108108
: undefined,
109109
}
110110
: {};

0 commit comments

Comments
 (0)