diff --git a/src/Components/Map/UtopiaMap.tsx b/src/Components/Map/UtopiaMap.tsx index 62c95fdf..d6832cff 100644 --- a/src/Components/Map/UtopiaMap.tsx +++ b/src/Components/Map/UtopiaMap.tsx @@ -74,9 +74,9 @@ function UtopiaMap({ /** show the layer control widget (default true) */ showGratitudeControl?: boolean /** show a widget to switch the theme */ - showThemeControl: boolean + showThemeControl?: boolean /** the defaut theme */ - defaultTheme: string + defaultTheme?: string /** ask to donate to the Utopia Project OpenCollective campaign (default false) */ donationWidget?: boolean }) {