From efb7eac2b91b328ca7b7594299033361aa0d3811 Mon Sep 17 00:00:00 2001 From: Steven Yi Date: Tue, 10 Dec 2024 11:54:26 -0500 Subject: [PATCH] fix: use ticker value from contract --- src/pages/Dashboard/IOTokenDistributionPanel.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/Dashboard/IOTokenDistributionPanel.tsx b/src/pages/Dashboard/IOTokenDistributionPanel.tsx index 1efce076..8f7756c1 100644 --- a/src/pages/Dashboard/IOTokenDistributionPanel.tsx +++ b/src/pages/Dashboard/IOTokenDistributionPanel.tsx @@ -82,7 +82,9 @@ const IOTokenDistributionPanel = () => {
{data && activeIndex !== undefined ? data[activeIndex].name - : 'IO Token'} + : ticker + ? `${ticker} Token` + : ''}
{data ? (