Skip to content

Commit

Permalink
fix(bullet): remove some ts-ignore comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Apr 30, 2021
1 parent e706d48 commit b4372cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bullet/src/BulletItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export const BulletItem = ({
const axis = (
<g transform={`translate(${axisX},${axisY})`}>
<Axis
// @ts-ignore
axis={layout === 'horizontal' ? 'x' : 'y'}
length={layout === 'horizontal' ? width : height}
scale={scale}
Expand Down

0 comments on commit b4372cf

Please sign in to comment.