Skip to content

Commit

Permalink
fix: remove unnecessary typescript as.
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Jan 4, 2022
1 parent 6edfa87 commit 76a23a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart/helper/pieHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export function getSectorCornerRadius(
return zeroIfNull ? { cornerRadius: 0 } : null;
}
return {
cornerRadius: cornerRadius as number | number[]
cornerRadius
};
}

0 comments on commit 76a23a4

Please sign in to comment.