From 3bdaf9dfffd3083b9539f99a33ab3109ab1e6c61 Mon Sep 17 00:00:00 2001 From: Yoland Y <4950057+yoland68@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:34:21 -0700 Subject: [PATCH] Hide download count --- components/nodes/NodesCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/nodes/NodesCard.tsx b/components/nodes/NodesCard.tsx index 4830ffe..cc4d47a 100644 --- a/components/nodes/NodesCard.tsx +++ b/components/nodes/NodesCard.tsx @@ -41,7 +41,7 @@ const NodesCard: React.FC = ({
- {downloads != 0 && ( + {/* {downloads != 0 && (
= ({ {downloads}

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