From 96ad71ba218eed1bf79ac037690bf895408b5d6a Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Thu, 12 May 2022 14:58:31 +0530 Subject: [PATCH] Fixed FLOBNB price display bug --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f226568..8440e3e 100644 --- a/index.html +++ b/index.html @@ -599,7 +599,7 @@ rates = await floExchangeAPI.getRates(); update_element( "flobnb-price", - formatAmount(parseFloat(rates['flobnb'])) + formatAmount(parseFloat(rates.rates['flobnb'])) ); update_element( "flobnb-price-userpage",