diff --git a/packages/components/src/components/SquiggleChart.tsx b/packages/components/src/components/SquiggleChart.tsx index a9fde172..898b2e95 100644 --- a/packages/components/src/components/SquiggleChart.tsx +++ b/packages/components/src/components/SquiggleChart.tsx @@ -141,6 +141,8 @@ const SquiggleItem: React.FC = ({ expression={r} width={width !== undefined ? width - 20 : width} height={50} + showTypes={showTypes} + showControls={showControls} /> ))} @@ -155,6 +157,8 @@ const SquiggleItem: React.FC = ({ expression={r} width={width !== undefined ? width - 20 : width} height={50} + showTypes={showTypes} + showControls={showControls} /> ))}