Skip to content

Commit 29964ad

Browse files
committed
remove todo left in code
1 parent 56ac18a commit 29964ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/ts/components/victory-voronoi-container-demo.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ export default class VictoryVoronoiContainerDemo extends React.Component<
141141
labels={({ datum }) => `y: ${datum.y}`}
142142
labelComponent={
143143
<VictoryTooltip
144-
// TODO: active points is not exported properly, so this throws a type error
145144
text={({ activePoints }) => {
146145
return activePoints
147146
.map(({ y }) => `value: ${y}`)

0 commit comments

Comments
 (0)