资金页面显示可提取的金额 info.vic
This commit is contained in:
@@ -45,7 +45,7 @@ const FundPage: React.FC<HomeFundModelState & DispatchProp> = ({
|
||||
<span className="title">{formatMessage({ id: 'home.fund.total' })}</span>
|
||||
<span className="content">
|
||||
<span className="large">
|
||||
{info ? (info.usdt || 0) : 0} VIC
|
||||
{info ? (info.vic || 0) : 0} VIC
|
||||
</span>
|
||||
</span>
|
||||
<div className={styles.card}>
|
||||
|
||||
Reference in New Issue
Block a user