diff --git a/src/Components/Map/UtopiaMap.tsx b/src/Components/Map/UtopiaMap.tsx
index 48382c2c..f4df7297 100644
--- a/src/Components/Map/UtopiaMap.tsx
+++ b/src/Components/Map/UtopiaMap.tsx
@@ -51,6 +51,7 @@ function UtopiaMap({
children,
geo,
showFilterControl = false,
+ showGratitudeControl = false,
showLayerControl = true
}
: UtopiaMapProps) {
@@ -123,7 +124,7 @@ function UtopiaMap({
{showFilterControl && }
{/*todo: needed layer handling is located LayerControl*/}
{showLayerControl && }
- {}
+ {showGratitudeControl && }