14.05.2026 rip

This commit is contained in:
2026-05-14 17:59:22 +03:00
parent 226371e0f6
commit 5e5fe02bb7
4 changed files with 10 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ export function ConverterSection() {
const { data: config } = usePaymentConfig()
const configUsdtRate = Number(config?.usdt_exchange_rate) || 0
const gasPriceRub = Number(config?.gas_fee) * configUsdtRate
const gasPriceRub = Number(config?.gas_fee)
const rubTotal = quote?.total_price ?? ''
const rubTotalNum = Number(rubTotal) || 0