diff --git a/src/pages/home/fund/index.tsx b/src/pages/home/fund/index.tsx index 69f5ec1..58fc26d 100644 --- a/src/pages/home/fund/index.tsx +++ b/src/pages/home/fund/index.tsx @@ -45,7 +45,7 @@ const FundPage: React.FC = ({ {formatMessage({ id: 'home.fund.total' })} - {info ? (info.usdt || 0) : 0} VIC + {info ? (info.vic || 0) : 0} VIC