add form of loan request and edit form of it and debuging and cleaning uploadsystem

This commit is contained in:
2023-08-27 10:19:23 +03:30
parent fd1a6bcf2e
commit 9098881ceb
14 changed files with 747 additions and 207 deletions

View File

@@ -19,7 +19,7 @@ const BreadCrumbs = (props) => {
const RouterArray = pathname.split("/").filter((segment) => segment !== "");
// every part of your router you want to remove add it to this array
const segmentsToRemove = ["navgan", "refahi"];
const segmentsToRemove = ["navgan", "refahi", "[id]"];
segmentsToRemove.forEach((segmentToRemove) => {
const index = RouterArray.indexOf(segmentToRemove);