diff --git a/.cursor/worktrees.json b/.cursor/worktrees.json new file mode 100644 index 00000000..77e9744d --- /dev/null +++ b/.cursor/worktrees.json @@ -0,0 +1,5 @@ +{ + "setup-worktree": [ + "npm install" + ] +} diff --git a/apps/portal/src/features/orders/views/OrderDetail.tsx b/apps/portal/src/features/orders/views/OrderDetail.tsx index 3f511716..ec75fd1d 100644 --- a/apps/portal/src/features/orders/views/OrderDetail.tsx +++ b/apps/portal/src/features/orders/views/OrderDetail.tsx @@ -329,69 +329,60 @@ export function OrderDetailContainer() {
- Order #{data.orderNumber || String(data.id).slice(-8)} - {placedDate ? ` • ${placedDate}` : null} -
-{placedDate}
+ )}Monthly
++ {yenFormatter.format(totals.monthlyTotal)} +
+One-Time
++ {yenFormatter.format(totals.oneTimeTotal)} +
+Monthly
-- {yenFormatter.format(totals.monthlyTotal)} -
-One-Time
-- {yenFormatter.format(totals.oneTimeTotal)} -
-- {categoryConfig.label} -
-+ {categoryConfig.label} +
+Additional fees may apply
-- Weekend installation, express setup, or specialised configuration work can - add extra costs. We'll always confirm with you before applying any - additional charges. +
Additional fees may apply
++ Weekend installation, express setup, or specialised configuration work can add extra costs. We'll always confirm with you before applying any additional charges.