From 6bbbd9557c60717ea678e2a6df20e8d796157fd4 Mon Sep 17 00:00:00 2001 From: Mantri Ramkishor Date: Wed, 21 May 2025 18:40:06 +0530 Subject: [PATCH] NTP-65681 | Map view fix (#1180) --- src/screens/MapView/CasesMap/MapWithCasesPins.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/screens/MapView/CasesMap/MapWithCasesPins.tsx b/src/screens/MapView/CasesMap/MapWithCasesPins.tsx index 09028527..feba19a6 100644 --- a/src/screens/MapView/CasesMap/MapWithCasesPins.tsx +++ b/src/screens/MapView/CasesMap/MapWithCasesPins.tsx @@ -100,8 +100,6 @@ const MapWithCasesPins = React.memo(({ filteredCasesList }: IMapWithCasesPins) = return ( <> {isLoading ? : null} - {visibleCard && } - { isLayoutReady.current = true; @@ -115,6 +113,7 @@ const MapWithCasesPins = React.memo(({ filteredCasesList }: IMapWithCasesPins) = {markers} + {visibleCard && } ); });