From b44539cc1af67e7ee6e8f8e6ec5c56960d06db09 Mon Sep 17 00:00:00 2001 From: icwizardmonke Date: Fri, 29 Sep 2023 18:08:59 +0000 Subject: [PATCH] Add eth balance to navigation wallet --- app/views/layouts/_navigation_wallet.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/_navigation_wallet.html.haml b/app/views/layouts/_navigation_wallet.html.haml index 1d29bbf1..30978840 100644 --- a/app/views/layouts/_navigation_wallet.html.haml +++ b/app/views/layouts/_navigation_wallet.html.haml @@ -16,4 +16,5 @@ %br= current_user.icp_balance = "#{currency_balance(current_user.principal, "TENDY")} TENDY" %br= "#{currency_balance(current_user.principal, "ICYPEES")} ICYPEES" + = "#{currency_balance(current_user.principal, "ETH", current_user.soft_token)} ETH" -# %br= "#{currency_balance(current_user.principal, "SPICE")} SPICE"