diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md
index 8be1fc18a..5a662a4ce 100644
--- a/client/CHANGELOG.md
+++ b/client/CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
### Fixed
+- Enable map popup for h3 contextual layers [LANDGRIF-1484](https://vizzuality.atlassian.net/browse/LANDGRIF-1484)
- Update password in profile form was not working as expected [LANDGRIF-1479](https://vizzuality.atlassian.net/browse/LANDGRIF-1479)
## [v1.0.0]
diff --git a/client/src/containers/analysis-visualization/analysis-map/layers/contextual/index.tsx b/client/src/containers/analysis-visualization/analysis-map/layers/contextual/index.tsx
index 7cf3b64cd..a6c0acfc8 100644
--- a/client/src/containers/analysis-visualization/analysis-map/layers/contextual/index.tsx
+++ b/client/src/containers/analysis-visualization/analysis-map/layers/contextual/index.tsx
@@ -38,7 +38,7 @@ const ContextualLayer = ({ id, beforeId, zIndex, settings }: LayerProps;
+ return ;
// // ? data is only needed for H3 layers