Skip to content

Commit

Permalink
undo changing container height string
Browse files Browse the repository at this point in the history
  • Loading branch information
sheckathorne committed Jun 27, 2024
1 parent 1df5020 commit ed6ec76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export function ManifestStatusPieChart() {
const animationDuration = chartRenderComplete ? 0 : 1000;

return (
<ResponsiveContainer minWidth={100} minHeight={300} height="10%">
<ResponsiveContainer minWidth={100} minHeight={300} height={'10%'}>
<PieChart width={400} height={400}>
<Legend
content={(props: any) =>
Expand Down

0 comments on commit ed6ec76

Please sign in to comment.