route bug fix
This commit is contained in:
@@ -78,7 +78,7 @@ const ProcessPage = () => (
|
|||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<Route index element={<Navigate to='/loan/pages/profile/started' />} />
|
<Route index element={<Navigate to='/loan/pages/process/started' />} />
|
||||||
</Route>
|
</Route>
|
||||||
</Routes>
|
</Routes>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user