From a96ed295e4a307419311e3e61158029309763c47 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" 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"