diff --git a/src/components/JobCardDetails.tsx b/src/components/JobCardDetails.tsx index 9cb5800..2e35a16 100644 --- a/src/components/JobCardDetails.tsx +++ b/src/components/JobCardDetails.tsx @@ -251,12 +251,17 @@ const PriceDisplay: React.FC = ({ job }) => { const taxSuffix = salesTax > 0 ? ` (+${(salesTax * 100).toFixed(1)}% tax)` : ''; return ( -
-
+
+
Target Price{taxSuffix}:
-
+
+ + Break-even{taxSuffix}: +
+ +
= ({ job }) => { {copying === 'targetPrice' && }
- -
- - Break-even{taxSuffix}: -
-
+