From 721e1b0e8ee237d128ee911527aa117d38eabc49 Mon Sep 17 00:00:00 2001 From: Yoland Y <4950057+yoland68@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:30:11 -0700 Subject: [PATCH] Disable showing download --- components/registry/RegistryCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/registry/RegistryCard.tsx b/components/registry/RegistryCard.tsx index b1ca3a1..c9b60c2 100644 --- a/components/registry/RegistryCard.tsx +++ b/components/registry/RegistryCard.tsx @@ -51,7 +51,7 @@ const RegistryCard: React.FC = ({ {publisherName}

- {downloads != 0 && ( + {/* {downloads != 0 && (

= ({ {downloads}

- )} + )} */} {rating != 0 && (