diff --git a/web/components/charts/contract/binary.tsx b/web/components/charts/contract/binary.tsx index 6d906998..8f0f8c9a 100644 --- a/web/components/charts/contract/binary.tsx +++ b/web/components/charts/contract/binary.tsx @@ -60,7 +60,7 @@ export const BinaryContractChart = (props: { const yScale = scaleLinear([0, 1], [height - MARGIN_Y, 0]) return (
- {width && ( + {width > 0 && ( - {width && ( + {width > 0 && ( - {width && ( + {width > 0 && ( - {width && ( + {width > 0 && (