Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ad1992 committed Apr 25, 2024
1 parent 694fe96 commit 29710e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/CustomTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const CustomTest = ({

{isActiveCustomTest && (
<>
<Mermaid definition={mermaidData.syntax} id="custom-diagram" />
<Mermaid definition={mermaidData.definition} id="custom-diagram" />

<details id="parsed-data-details">
<summary>{"Parsed data from parseMermaid"}</summary>
Expand Down

0 comments on commit 29710e2

Please sign in to comment.