Skip to content

Commit

Permalink
feat:added approved icons
Browse files Browse the repository at this point in the history
Signed-off-by: Moulika Kulkarni <[email protected]>
  • Loading branch information
MoulikaKulkarni committed Oct 31, 2023
1 parent 9293a3f commit 8bbf273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BreadCrumbs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface BreadCrumbI {
}

export default function BreadCrumbs() {
const [breadcrumbList, setBreadcrumbs] = useState<BreadCrumbI[]>([]);
const [breadcrumbList, setBreadcrumbList] = useState<BreadCrumbI[]>([]);

useEffect(() => {
const pathUrl = window.location.pathname;
Expand Down

0 comments on commit 8bbf273

Please sign in to comment.