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))}`)