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 && }
>
);
});