Skip to content

Commit 92435f1

Browse files
committed
Remove accidental change to responsive container
1 parent 201fcf1 commit 92435f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/Chart/Chart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const ChartContainer = React.forwardRef<
7171
{...props}
7272
>
7373
<ChartStyle id={chartId} config={config} />
74-
<RechartsPrimitive.ResponsiveContainer height={undefined}>
74+
<RechartsPrimitive.ResponsiveContainer>
7575
{children}
7676
</RechartsPrimitive.ResponsiveContainer>
7777
</div>

0 commit comments

Comments
 (0)