diff --git a/src/pages/ValidatorManagement/ManagementTable.tsx b/src/pages/ValidatorManagement/ManagementTable.tsx index f74959db..d41efaf1 100644 --- a/src/pages/ValidatorManagement/ManagementTable.tsx +++ b/src/pages/ValidatorManagement/ManagementTable.tsx @@ -1,5 +1,40 @@ +import './ManagementTable.css' + const ManagementTable = () => { - return
+ | Balance | +Income | +Proposals | +Attestations | +Effectiveness | +Deposits | +Rank | +Status | +
---|---|---|---|---|---|---|---|---|
+ | {validator.balance} | +{validator.income} | +{validator.proposals} | +{validator.attestations} | +{validator.effectiveness} | +{validator.deposits} | +{validator.rank} | +{validator.status} | +