From f6d550b7fc3643350483850064e65dbd3d026dc4 Mon Sep 17 00:00:00 2001 From: Smart-Codi Date: Wed, 6 Apr 2022 11:28:24 -0400 Subject: [PATCH] fix: weight tooltip issue (#19397) * fix: weight tooltip issue * remove console --- .../src/layers/Screengrid/Screengrid.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx b/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx index 061ccc46de..ca61ec0b81 100644 --- a/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx +++ b/superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Screengrid/Screengrid.jsx @@ -43,7 +43,7 @@ function setTooltipContent(o) { label={`${t('Longitude and Latitude')}: `} value={`${o.coordinate[0]}, ${o.coordinate[1]}`} /> - + ); }