From a452283fbb83b8951491ad1d53e78746df8e625e Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Fri, 24 Apr 2026 20:22:55 +0200 Subject: [PATCH] fix: resolve JSX syntax error (unclosed span tag) in PricingView --- src/components/PricingView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PricingView.tsx b/src/components/PricingView.tsx index c02441f..e9ada70 100644 --- a/src/components/PricingView.tsx +++ b/src/components/PricingView.tsx @@ -1349,7 +1349,7 @@ export function PricingView({ data, headers, onSaveRow, onCaptureState, onEdit, )} onClick={() => handleSort('itemToLogistic')}> {isPinned('itemToLogistic') && } - Item to Logistic + Item to Logistic