Skip to content

Commit

Permalink
Fix globe markers
Browse files Browse the repository at this point in the history
  • Loading branch information
barbara-chaves committed Dec 4, 2024
1 parent e5e104f commit 3001c48
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions client/src/containers/map/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,8 @@ export default function MapContainer() {
)}
>
<LayerManager />
{!isStoriesPage && (
<>
<GlobeMarkers />
<SelectedStoriesMarker markers={markers} onCloseMarker={() => setMarkers([])} />
</>
)}
<GlobeMarkers />
<SelectedStoriesMarker markers={markers} onCloseMarker={() => setMarkers([])} />
{isStoriesPage && <StoryMarkers />}
</Map>
</div>
Expand Down

0 comments on commit 3001c48

Please sign in to comment.