Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
acharyakavita committed Apr 11, 2024
1 parent 20b0e86 commit 00d7912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/victory-pie/src/slice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const defaultProps: SliceProps = {

export const Slice = (initialProps: SliceProps) => {
const props = evaluateProps(defaults({}, initialProps, defaultProps));

return React.cloneElement(props.pathComponent, {
...props.events,
"aria-label": props.ariaLabel,
Expand Down

0 comments on commit 00d7912

Please sign in to comment.