Skip to content

Commit

Permalink
feat: Updated frontend/src/components/BreadcrumbNa
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 14, 2023
1 parent 8c1ebab commit c577468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/BreadcrumbNavigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useNavigation } from './NavigationContext';
import { fetchAncestors, fetchRegion } from '../api';

/**
* BreadcrumbNavigation creates a breadcrumb trail for the user to follow back to previous regions.
* BreadcrumbNavigation creates a breadcrumb trail for the user to follow back to previous regions. It dynamically fetches and displays parent regions of the currently selected region.

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

View workflow job for this annotation

GitHub Actions / lint-frontend

This line has a length of 184. Maximum allowed is 100
* It dynamically fetches and displays parent regions of the currently selected region.
*
* There are no parameters for this function. It utilizes state and context from the component.
Expand Down

0 comments on commit c577468

Please sign in to comment.