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