From 27ae079bce0edced1f1fefa04b9ea0f734bec25e Mon Sep 17 00:00:00 2001 From: mluena Date: Fri, 19 Jan 2024 10:06:00 +0100 Subject: [PATCH] print report, aoi hidden --- src/containers/locations-list/index.tsx | 10 ++++++---- src/containers/navigation/mobile/configure/index.tsx | 2 +- src/containers/widgets/index.tsx | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/containers/locations-list/index.tsx b/src/containers/locations-list/index.tsx index d04dc6cd4..0330b56b0 100644 --- a/src/containers/locations-list/index.tsx +++ b/src/containers/locations-list/index.tsx @@ -18,11 +18,11 @@ import { useSearch } from 'hooks/search'; import { useLocations } from 'containers/datasets/locations/hooks'; import { Location } from 'containers/datasets/locations/types'; -import HighlightedPlacesMobile from 'containers/locations-list/mobile/highlighted-places'; +// import HighlightedPlacesMobile from 'containers/locations-list/mobile/highlighted-places'; -import HighlightedPlaces from 'components/highlighted-places'; +// import HighlightedPlaces from 'components/highlighted-places'; import Icon from 'components/icon'; -import { Media } from 'components/media-query'; +// import { Media } from 'components/media-query'; import { breakpoints } from 'styles/styles.config'; import CLOSE_SVG from 'svgs/ui/close.svg?sprite'; @@ -145,13 +145,15 @@ const LocationsList = ({ onSelectLocation }: { onSelectLocation?: () => void }) )} - + {/*
+ */} +
{({ width, height }) => ( { Configure
diff --git a/src/containers/widgets/index.tsx b/src/containers/widgets/index.tsx index 7d7104f93..326a93879 100644 --- a/src/containers/widgets/index.tsx +++ b/src/containers/widgets/index.tsx @@ -131,7 +131,7 @@ const WidgetsContainer: React.FC = () => { true, })} > -

Configure widgets

+

Explore data

@@ -201,7 +201,7 @@ const WidgetsContainer: React.FC = () => { })}
)} - {!!widgets.length && !mapSettings ? ( + {/* {!!widgets.length && !mapSettings ? (
{
- ) : null} + ) : null} */} ); };