From f123c790d199f18ca8222950773b8b1772020826 Mon Sep 17 00:00:00 2001 From: Yoland Y <4950057+yoland68@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:59:36 -0700 Subject: [PATCH] Hide download info --- components/nodes/NodeDetails.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/nodes/NodeDetails.tsx b/components/nodes/NodeDetails.tsx index c3411eb..113c32c 100644 --- a/components/nodes/NodeDetails.tsx +++ b/components/nodes/NodeDetails.tsx @@ -190,7 +190,7 @@ const NodeDetails = () => {
)} */} - {data.downloads != 0 && ( + {/* {data.downloads != 0 && (- )} + )} */}