diff --git a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/ClickMapCard/ClickMapCard.tsx b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/ClickMapCard/ClickMapCard.tsx index b9412de7d..8c187e10c 100644 --- a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/ClickMapCard/ClickMapCard.tsx +++ b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/ClickMapCard/ClickMapCard.tsx @@ -17,9 +17,9 @@ function ClickMapCard({ setCustomSession, visitedEvents }: any) { } }, [metricStore.instance.data.mobsUrl]) - if (!metricStore.instance.data?.mobsUrl) return
No Data for selected period or URL.
+ if (!metricStore.instance.data?.mobsUrl) return
No Data for selected period or URL.
if (!visitedEvents || !visitedEvents.length) { - return
Loading session
+ return
Loading session
} const searchUrl = metricStore.instance.series[0].filter.filters[0].value[0]