diff --git a/frontend/app/components/Dashboard/components/MetricListItem/MetricListItem.tsx b/frontend/app/components/Dashboard/components/MetricListItem/MetricListItem.tsx index 21a4c6d7e..b741dbb8d 100644 --- a/frontend/app/components/Dashboard/components/MetricListItem/MetricListItem.tsx +++ b/frontend/app/components/Dashboard/components/MetricListItem/MetricListItem.tsx @@ -22,7 +22,7 @@ function MetricTypeIcon({ type }: any) { }, [type]) return ( - {card.title}} > + {card.title}} >
{ card.icon && }