From f66a9bdd33175f97ef04c10f4a6ffa48655130f0 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sun, 7 Dec 2025 11:47:19 -0500 Subject: [PATCH] only show updates number if more than one --- src/components/ProductUpdates.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProductUpdates.tsx b/src/components/ProductUpdates.tsx index 8645b5eb..f0857160 100644 --- a/src/components/ProductUpdates.tsx +++ b/src/components/ProductUpdates.tsx @@ -99,7 +99,7 @@ export default function ProductUpdates({ : "opacity-0" )} > - {filteredUpdates.length > 0 && ( + {filteredUpdates.length > 1 && ( <>