Skip to content

Commit

Permalink
typescript(vx-demo): fix Radar demo provided props
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Williams committed Jan 13, 2020
1 parent 535eb25 commit a41b9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vx-demo/src/components/tiles/Radar.tsx
Expand Up @@ -58,7 +58,7 @@ export default ({
right: 80,
bottom: 80,
},
}: ShowProvidedProps) => {
}: ShowProvidedProps & { levels?: number }) => {
if (width < 10) return null;

const xMax = width - margin.left - margin.right;
Expand Down

0 comments on commit a41b9dc

Please sign in to comment.