Skip to content

Commit

Permalink
[docs] Fix missing closing props in PieShapeNoSnap demo (#12636)
Browse files Browse the repository at this point in the history
Signed-off-by: eddine zeroual <[email protected]>
  • Loading branch information
alp-ex authored Apr 3, 2024
1 parent d6e6c75 commit cfd228d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/data/charts/pie/PieShapeNoSnap.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default function PieShapeNoSnap() {
` cx: ${props.cx},`,
` cy: ${props.cy},`,
` }`,
` ]}`,
'/>',
].join('\n');
}}
Expand Down

0 comments on commit cfd228d

Please sign in to comment.