From a0a9fbeb2ed8c870f52ac22a26c5e0f5ca874149 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Fri, 24 Apr 2026 12:39:47 +0200 Subject: [PATCH] fix: resolve syntax error in global search ternary operator --- src/components/PricingView.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/PricingView.tsx b/src/components/PricingView.tsx index 8097b17..eaf07ef 100644 --- a/src/components/PricingView.tsx +++ b/src/components/PricingView.tsx @@ -811,6 +811,10 @@ export function PricingView({ data, headers, onSaveRow, onCaptureState, onEdit, > + ) : ( +
+ +
)}