fix: 删除 usePresale.ts 中重复 key calcTokens (第 297-298 行)
This commit is contained in:
parent
d13f9bee60
commit
772ade225f
|
|
@ -294,7 +294,5 @@ export function usePresale(wallet: WalletState, network: "BSC" | "ETH") {
|
||||||
getXICBalance,
|
getXICBalance,
|
||||||
fetchPresaleStats,
|
fetchPresaleStats,
|
||||||
formatTimeRemaining,
|
formatTimeRemaining,
|
||||||
// 兼容旧接口
|
|
||||||
calcTokens: calcTokens,
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue