diff --git a/frontend/pages/DashboardPage/components/InfoCard/InfoCard.tsx b/frontend/pages/DashboardPage/components/InfoCard/InfoCard.tsx index c578757524..c8addf49c4 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 && (