Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ocitocit committed Oct 18, 2023
1 parent ec6f7b5 commit 0ad59cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ L.Icon.Default.mergeOptions({
});

interface MapProps {
center: number[];
center?: number[];
}

const Map: React.FC<MapProps> = ({ center }) => {
Expand Down

0 comments on commit 0ad59cf

Please sign in to comment.