diff --git a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightItem.tsx b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightItem.tsx index 3705ceaa7..a8ac5b54d 100644 --- a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightItem.tsx +++ b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightItem.tsx @@ -100,7 +100,7 @@ function RageItem({ item, className, onClick }: any) {
{item.isNew ? item.name : 'Click Rage'}
{item.isNew &&
has
} - {!item.isNew &&
on
} + {!item.isNew &&
on {item.name}
} {item.isNew &&
{item.ratio}%
} {item.isNew &&
more clickrage than other raged elements.
} {!item.isNew && ( diff --git a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightsCard.tsx b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightsCard.tsx index e3028ee96..a12449437 100644 --- a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightsCard.tsx +++ b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/InsightsCard/InsightsCard.tsx @@ -69,7 +69,7 @@ function InsightsCard({ data }: any) {
{data.issues && data.issues.map((item: any) => ( - clickHanddler(e, item)} /> + clickHanddler(e, item)} /> ))}