From a09b80e933af86c16040ebae4e0395e795fb240a Mon Sep 17 00:00:00 2001 From: Ethan Wong Date: Mon, 21 Oct 2024 08:32:15 +0800 Subject: [PATCH] fix: not showing '0' when no followers on the search results card (#1032) --- apps/renderer/src/modules/discover/form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/renderer/src/modules/discover/form.tsx b/apps/renderer/src/modules/discover/form.tsx index 053cb5308..cc58b5a0f 100644 --- a/apps/renderer/src/modules/discover/form.tsx +++ b/apps/renderer/src/modules/discover/form.tsx @@ -342,7 +342,7 @@ const SearchCard: FC<{
- {item.subscriptionCount} + {item.subscriptionCount ?? 0} {" "} Followers