Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit acfe25b

Browse files
authored
Updated small error in Map.js
1 parent 630c75d commit acfe25b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

components/map/Map.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ export default function Map({ users, events }) {
9494
</MarkerCluster>
9595

9696
</MapContainer>
97-
{events.map((event)=>{
98-
<h1>Event</h1>
99-
})}
10097
</>
10198
);
10299
}

0 commit comments

Comments
 (0)