mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +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({
|
||||
header,
|
||||
setMap,
|
||||
startingPosition = { lat: 41.89309, lng: 12.48289 },
|
||||
startingZoom = 3,
|
||||
|
@ -15,7 +14,6 @@ export default function BoxMap({
|
|||
}) {
|
||||
return (
|
||||
<BoxFull
|
||||
header={header}
|
||||
childrenClassName={Style.BoxMapContents}
|
||||
{...props}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue