Skip to content

Commit 454c99e

Browse files
committed
bugfix: fixed a typo
1 parent 8192a7e commit 454c99e

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)