diff --git a/ui/src/components/statistics-card.tsx b/ui/src/components/statistics-card.tsx index f864fbc94..1e61dc54e 100644 --- a/ui/src/components/statistics-card.tsx +++ b/ui/src/components/statistics-card.tsx @@ -46,7 +46,9 @@ export const StatisticsCard = ({
-
{value ? value : 'Failed'}
+
+ {value !== undefined ? value : 'Failed'} +
{description}