1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 13:04:19 +00:00

🧹 Remove unused header prop

This commit is contained in:
Steffo 2021-05-20 12:22:32 +02:00
parent 8d8e396ebf
commit eb56dbbfc2
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -5,7 +5,6 @@ import { MapContainer, TileLayer } from "react-leaflet"
export default function BoxMap({ export default function BoxMap({
header,
setMap, setMap,
startingPosition = { lat: 41.89309, lng: 12.48289 }, startingPosition = { lat: 41.89309, lng: 12.48289 },
startingZoom = 3, startingZoom = 3,
@ -15,7 +14,6 @@ export default function BoxMap({
}) { }) {
return ( return (
<BoxFull <BoxFull
header={header}
childrenClassName={Style.BoxMapContents} childrenClassName={Style.BoxMapContents}
{...props} {...props}
> >