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>
|
||||
</Routes>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user