This commit is contained in:
jejolare 2025-05-06 17:16:42 +07:00
parent 7bb465dc9e
commit 2ca84df5ca

View file

@ -1165,7 +1165,7 @@ async function waitForDb() {
success: true,
data: {
name: 'Zano',
price: state.priceData?.zano?.price,
usd: state.priceData?.zano?.price,
usd_24h_change: state.priceData?.zano?.usd_24h_change,
fiat_prices: calcFiatPrice(state.priceData?.zano?.price, state?.fiat_rates),
}