From 9b371e511c6602d254a6ef57540acca689c3e789 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 9 Jan 2023 18:19:33 +0530 Subject: [PATCH] bug fix --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7b45b9f..3969dfb 100644 --- a/index.html +++ b/index.html @@ -284,7 +284,7 @@
-

My balance

+

My balance

@@ -2024,7 +2024,7 @@ getRef('generated_private_key').value = privKey break; case 'home': - if (!floGlobals.isMobileView && floGlobals.isSubAdmin) { + if (!floGlobals.isMobileView && !floGlobals.isSubAdmin) { renderElem(getRef('recent_transactions'), html``) getTransactionsHistory({ limit: 5 }).then(transactions => { renderElem(getRef('recent_transactions'), html`${transactions.map(transaction => render.transactionCard(transaction))}`)