mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +00:00
fix(app): add default panel as url
This commit is contained in:
parent
45005f0520
commit
3b5cc65abe
@ -110,6 +110,7 @@ const router = createBrowserRouter([
|
||||
path: '/manage-validator/:validatorName',
|
||||
element: <ManageValidator />,
|
||||
children: [
|
||||
{ path: '', element: <DefaultPanel /> },
|
||||
{ path: 'exit', element: <ExitPanel /> },
|
||||
{ path: 'migrate', element: <MigratePanel /> },
|
||||
{ path: 'deposit', element: <DepositPanel /> },
|
||||
|
Loading…
x
Reference in New Issue
Block a user