From 8c3d9de5951d7631a768ea7815d328ada56e7da5 Mon Sep 17 00:00:00 2001 From: James Bayly Date: Tue, 7 May 2024 09:13:06 +0800 Subject: [PATCH] Fixes SQN-2401 --- src/pages/delegator/AllIndexers/IndexerList/IndexerList.tsx | 2 +- src/pages/delegator/MyDelegation.tsx | 2 +- src/pages/indexer/IndexerProfile/IndexerProfile.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/delegator/AllIndexers/IndexerList/IndexerList.tsx b/src/pages/delegator/AllIndexers/IndexerList/IndexerList.tsx index e2b2e1231..d53c01476 100644 --- a/src/pages/delegator/AllIndexers/IndexerList/IndexerList.tsx +++ b/src/pages/delegator/AllIndexers/IndexerList/IndexerList.tsx @@ -168,7 +168,7 @@ export const IndexerList: React.FC = () => { }, }, { - title: , + title: , key: 'capacityKey', dataIndex: 'capacity', width: 150, diff --git a/src/pages/delegator/MyDelegation.tsx b/src/pages/delegator/MyDelegation.tsx index 61392379a..0dee979c7 100644 --- a/src/pages/delegator/MyDelegation.tsx +++ b/src/pages/delegator/MyDelegation.tsx @@ -129,7 +129,7 @@ const useGetColumn = ({ onSuccess }: { onSuccess?: () => void }) => { }, }, { - title: , + title: , key: 'capacityKey', dataIndex: 'capacity', width: 200, diff --git a/src/pages/indexer/IndexerProfile/IndexerProfile.tsx b/src/pages/indexer/IndexerProfile/IndexerProfile.tsx index 4e763dc9b..fa20f7e53 100644 --- a/src/pages/indexer/IndexerProfile/IndexerProfile.tsx +++ b/src/pages/indexer/IndexerProfile/IndexerProfile.tsx @@ -364,7 +364,7 @@ const IndexerProfile: FC = () => {
- Remaining Capacity + Remaining Capacity (next Era) {(fetchedSortedIndexer.capacity.after || 0) < 0