From 5af5251e31e46b996fea74bd901cb317d1897122 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Sat, 12 Oct 2024 12:57:08 -0700 Subject: [PATCH] Hide download count. --- components/Search/SearchHit.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Search/SearchHit.tsx b/components/Search/SearchHit.tsx index 69d84ca..93c949a 100644 --- a/components/Search/SearchHit.tsx +++ b/components/Search/SearchHit.tsx @@ -43,7 +43,7 @@ const Hit: React.FC = ({ hit }) => { {hit.publisher_id}

-
+ {/*
{hit.total_install != 0 && (

= ({ hit }) => {

)} -
+
*/} )