diff --git a/src/pages/ValidatorManagement/ManagementTable/ManagementTable.tsx b/src/pages/ValidatorManagement/ManagementTable/ManagementTable.tsx
index af626c20..dadb3954 100644
--- a/src/pages/ValidatorManagement/ManagementTable/ManagementTable.tsx
+++ b/src/pages/ValidatorManagement/ManagementTable/ManagementTable.tsx
@@ -1,6 +1,7 @@
import { OptionsIcon } from '@status-im/icons'
import './ManagementTable.css'
+import { Text } from '@status-im/components'
const validators = [
{
@@ -51,14 +52,30 @@ const ManagementTable = () => {
@@ -66,14 +83,30 @@ const ManagementTable = () => {
{validators.map((validator, index) => (
- Balance
- Income
- Proposals
- Attestations
- Effectiveness
- Deposits
- Rank
- Status
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+