fix: resolve syntax error in global search ternary operator

This commit is contained in:
Christian Vidal Wolf
2026-04-24 12:39:47 +02:00
parent c5d083e011
commit a0a9fbeb2e
+4
View File
@@ -811,6 +811,10 @@ export function PricingView({ data, headers, onSaveRow, onCaptureState, onEdit,
> >
<X className="w-4 h-4" /> <X className="w-4 h-4" />
</button> </button>
) : (
<div className="absolute right-3 top-1/2 -translate-y-1/2 text-slate-500">
<Package className="w-4 h-4" />
</div>
)} )}
</div> </div>