From b256bed3a0d631b52366f058fbce30fc21ca96f8 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:10:04 +0000 Subject: [PATCH] feat: Updated frontend/src/components/RegionMap.js --- frontend/src/components/RegionMap.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/RegionMap.jsx b/frontend/src/components/RegionMap.jsx index 6724971..5d429d6 100644 --- a/frontend/src/components/RegionMap.jsx +++ b/frontend/src/components/RegionMap.jsx @@ -5,7 +5,7 @@ import { useNavigation } from './NavigationContext'; import { fetchRegionGeometry } from '../api'; /** - * MapComponent initializes and displays a map using MapLibre for the currently selected region. + * MapComponent initializes and displays a map using MapLibre for the currently selected region. It fetches the selected region's geometry and displays it on the map. * * It fetches the selected region's geometry and displays it on the map. * This function does not take any parameters.