Skip to content

Commit

Permalink
update: added style comment on MapContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleryy committed Feb 28, 2024
1 parent e359365 commit e58bbd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Map/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ export default function Map({

return (
<div>
{/* Styles applied to MapContainer don't render unless page is reloaded */}
<MapContainer
style={{ border: "3px dotted black" }}
className="map-container"
Expand Down

0 comments on commit e58bbd6

Please sign in to comment.