diff --git a/app/views/wallet/index.html.erb b/app/views/wallet/index.html.erb index 07c8055..2230800 100644 --- a/app/views/wallet/index.html.erb +++ b/app/views/wallet/index.html.erb @@ -8,10 +8,10 @@

<% if @balance %> - 48590<%= @balance %> sats
+ <%= @balance %> sats
Available balance <% else %> - n/a<%= @balance %> sats
+ n/a sats
Balance unavailable <% end %>