Skip to content

Commit

Permalink
Revert "Enable map popup for h3 contextual layers"
Browse files Browse the repository at this point in the history
This reverts commit e0a1826.
  • Loading branch information
barbara-chaves committed Oct 10, 2023
1 parent e0a1826 commit 3533be1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ 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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const ContextualLayer = ({ id, beforeId, zIndex, settings }: LayerProps<LayerSet
);
}

return <ContextualDeckLayer id={id} beforeId={beforeId} zIndex={zIndex} {...settings} />;
return <ContextualDeckLayer id={id} beforeId={beforeId} zIndex={zIndex} />;

// // ? data is only needed for H3 layers

Expand Down

1 comment on commit 3533be1

@vercel
Copy link

@vercel vercel bot commented on 3533be1 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landgriffon-client – ./client

landgriffon-client-vizzuality1.vercel.app
landgriffon-client-git-dev-vizzuality1.vercel.app
landgriffon-client.vercel.app

Please sign in to comment.