fix: 删除 usePresale.ts 中重复 key calcTokens (第 297-298 行)

This commit is contained in:
NAC Admin 2026-03-20 17:27:23 +08:00
parent d13f9bee60
commit 772ade225f
1 changed files with 0 additions and 2 deletions

View File

@ -294,7 +294,5 @@ export function usePresale(wallet: WalletState, network: "BSC" | "ETH") {
getXICBalance, getXICBalance,
fetchPresaleStats, fetchPresaleStats,
formatTimeRemaining, formatTimeRemaining,
// 兼容旧接口
calcTokens: calcTokens,
}; };
} }