diff --git a/apps/app/components/estimates/single-estimate.tsx b/apps/app/components/estimates/single-estimate.tsx index 005acb25d..ea41ae6b7 100644 --- a/apps/app/components/estimates/single-estimate.tsx +++ b/apps/app/components/estimates/single-estimate.tsx @@ -152,14 +152,16 @@ export const SingleEstimate: React.FC = ({ {estimatePoints && estimatePoints.length > 0 ? ( -
- Estimate points( - {estimatePoints.map((point, index) => ( -
- {point.value} - {index !== estimatePoints.length - 1 && ","}{" "} -
- ))} +
+ Estimate points ( + + {estimatePoints.map((point, index) => ( +
+ {point.value} + {index !== estimatePoints.length - 1 && ","}{" "} +
+ ))} +
)
) : (