diff --git a/src/App.tsx b/src/App.tsx
index 4cb8abd2..ce3c82fa 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -110,6 +110,7 @@ const router = createBrowserRouter([
path: '/manage-validator/:validatorName',
element: ,
children: [
+ { path: '', element: },
{ path: 'exit', element: },
{ path: 'migrate', element: },
{ path: 'deposit', element: },