Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Aug 28, 2024
1 parent 9cd54b2 commit 040be35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/chart-elements/BarChart/BarChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const BarChart = React.forwardRef<HTMLDivElement, BarChartProps>((props, ref) =>
xAxisLabel,
yAxisLabel,
className,
enableLegendSlider = false,
padding = !showXAxis && !showYAxis ? { left: 0, right: 0 } : { left: 20, right: 20 },
...other
} = props;
Expand Down
1 change: 0 additions & 1 deletion src/stories/chart-elements/AreaChart.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,3 @@ export const AxisLabels: Story = {
yAxisLabel: "Amount (USD)",
},
};

0 comments on commit 040be35

Please sign in to comment.