add form of loan request and edit form of it and debuging and cleaning uploadsystem
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user