From ec5b9a3733a1a97f5c7984f29dd524c9946f2aa7 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Wed, 28 Jan 2026 11:22:21 +0100 Subject: [PATCH] Fix syntax in VendorStockBadge and robust styling for visibility --- components/VendorStockBadge.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/VendorStockBadge.tsx b/components/VendorStockBadge.tsx index 0f3d20f..7a6cecc 100644 --- a/components/VendorStockBadge.tsx +++ b/components/VendorStockBadge.tsx @@ -37,7 +37,7 @@ export const VendorStockBadge: React.FC = ({ asin, vendor const themeClasses = "bg-slate-200 text-slate-800 border-slate-300 shadow-sm"; return ( -
+
= ({ asin, vendor {stock.toLocaleString('de-DE')}
-
+ {wocText} -
+
); };