Skip to content

Commit

Permalink
Update Response.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Sep 12, 2024
1 parent 6f1d589 commit 855fa61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Response = () => {
const navigate = (page) => {
switch (page) {
case "home": {
history.push(`/${window.contextPath}/individual`);
history.push(`/${window.contextPath}/individual/programs`);
}
}
};
Expand Down

0 comments on commit 855fa61

Please sign in to comment.