diff --git a/nest_frontend/components/base/BoxMap.js b/nest_frontend/components/base/BoxMap.js index cf8cf43..5dda737 100644 --- a/nest_frontend/components/base/BoxMap.js +++ b/nest_frontend/components/base/BoxMap.js @@ -4,7 +4,7 @@ import BoxFull from "./BoxFull" import { MapContainer, TileLayer } from "react-leaflet" -export default function BoxMap({ header, setMap, startingPosition, startingZoom, button, ...props }) { +export default function BoxMap({ header, setMap, startingPosition, startingZoom, button, children, additions, ...props }) { return ( + {additions}
{button}