diff --git a/src/components/DelegationPool/DelegationList/index.tsx b/src/components/DelegationPool/DelegationList/index.tsx index 22d69cc843..c8fd9147c9 100644 --- a/src/components/DelegationPool/DelegationList/index.tsx +++ b/src/components/DelegationPool/DelegationList/index.tsx @@ -69,7 +69,18 @@ const DelegationLists: React.FC = () => { minWidth: "200px", maxWidth: "200px", render: (r) => ( - + + + Ticker:{" "} + + {r.tickerName} + + ) : undefined + } + > {r.poolName || `${getShortHash(r.poolId)}`}