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:
parent
8d8e396ebf
commit
eb56dbbfc2
1 changed files with 0 additions and 2 deletions
|
@ -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}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue