diff --git a/app/components/wallet_summary_component.html.erb b/app/components/wallet_summary_component.html.erb index b02e0d8..dc510de 100644 --- a/app/components/wallet_summary_component.html.erb +++ b/app/components/wallet_summary_component.html.erb @@ -7,10 +7,14 @@

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