mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 06:16:38 +00:00
fix:remove props to activation
This commit is contained in:
parent
346f1384a5
commit
d17b43d232
23
src/App.tsx
23
src/App.tsx
@ -81,28 +81,7 @@ const router = createBrowserRouter([
|
|||||||
{ path: 'deposit', element: <Deposit /> },
|
{ path: 'deposit', element: <Deposit /> },
|
||||||
{
|
{
|
||||||
path: 'activation',
|
path: 'activation',
|
||||||
element: (
|
element: <Activation />,
|
||||||
<Activation
|
|
||||||
validatorsValue="4"
|
|
||||||
executionSyncStatus1={{
|
|
||||||
text: 'Execution Sync Status',
|
|
||||||
isGaugeIncluded: true,
|
|
||||||
gaugeColor: '$blue',
|
|
||||||
gaugeSynced: 123.524,
|
|
||||||
gaugeTotal: 172.503,
|
|
||||||
}}
|
|
||||||
executionSyncStatus2={{
|
|
||||||
text: 'Execution Sync Status',
|
|
||||||
isGaugeIncluded: true,
|
|
||||||
gaugeColor: '$red',
|
|
||||||
gaugeSynced: 123.524,
|
|
||||||
gaugeTotal: 172.503,
|
|
||||||
}}
|
|
||||||
currentAPRValue="4.40%"
|
|
||||||
estimatedActivationTimeValue="32 Days"
|
|
||||||
validatorQueueValue="92603"
|
|
||||||
/>
|
|
||||||
),
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
element: <ValidatorOnboarding />,
|
element: <ValidatorOnboarding />,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user