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