diff --git a/frontend/pages/DashboardPage/components/InfoCard/InfoCard.tsx b/frontend/pages/DashboardPage/components/InfoCard/InfoCard.tsx index c57875752..c8addf49c 100644 --- a/frontend/pages/DashboardPage/components/InfoCard/InfoCard.tsx +++ b/frontend/pages/DashboardPage/components/InfoCard/InfoCard.tsx @@ -107,7 +107,9 @@ const useInfoCard = ({

{title}

- {total_host_count && {total_host_count}} + {total_host_count !== undefined && ( + {total_host_count} + )}
{titleDetail && (