Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzj committed Feb 27, 2025
1 parent 784cd71 commit ca35986
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/my-sites/stats/components/line-chart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function StatsLineChart( {
EmptyState: typeof StatsEmptyState;
zeroBaseline?: boolean;
fixedDomain?: boolean;
yScaleType?: 'linear' | 'sqrt' | 'log';
} ) {
const translate = useTranslate();

Expand Down

0 comments on commit ca35986

Please sign in to comment.