Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhant-nawale-egov committed Jun 26, 2024
1 parent f654710 commit 2a68842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const MicroplanningBreadCrumb = ({ location, defaultPath }) => {
},
{
content: t(`SAVED_MICROPLANS_TEXT`),
show: pathVar === "saved-microplan",
show: pathVar === "saved-microplans",
},
{
content: t(`CREATE_MICROPLAN`),
Expand Down

0 comments on commit 2a68842

Please sign in to comment.