From 72551e63cda09d9693ccceb1b973dc8b51b3fc66 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 24 Jan 2023 18:38:45 +0100 Subject: [PATCH] fix(ui) - clickmap card image height --- .../components/Dashboard/components/WidgetChart/WidgetChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Dashboard/components/WidgetChart/WidgetChart.tsx b/frontend/app/components/Dashboard/components/WidgetChart/WidgetChart.tsx index 518759c37..805c6b9c5 100644 --- a/frontend/app/components/Dashboard/components/WidgetChart/WidgetChart.tsx +++ b/frontend/app/components/Dashboard/components/WidgetChart/WidgetChart.tsx @@ -176,7 +176,7 @@ function WidgetChart(props: Props) { if (metricType === CLICKMAP) { if (!props.isPreview) { return ( -
+
clickmap thumbnail
)