Skip to content

Commit

Permalink
fix: fix conflicts in DefaultLegendContent.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Dec 29, 2020
1 parent dcd4f79 commit 22c3ac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/DefaultLegendContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export interface Payload<TValue, TID> {
payload: {
strokeDasharray: ReactText;
};
legendIcon?: ReactElement;
formatter?: Formatter<TValue, TID>;
inactive?: boolean;
legendIcon?: ReactElement<SVGElement>;
Expand Down

0 comments on commit 22c3ac2

Please sign in to comment.