Skip to content

Commit

Permalink
feat: Updated frontend/src/components/RegionMap.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 14, 2023
1 parent 8a9bd46 commit b256bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/RegionMap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Check failure on line 8 in frontend/src/components/RegionMap.jsx

View workflow job for this annotation

GitHub Actions / lint-frontend

This line has a length of 166. Maximum allowed is 100
*
* It fetches the selected region's geometry and displays it on the map.
* This function does not take any parameters.
Expand Down

0 comments on commit b256bed

Please sign in to comment.