From b3cd4d3f785bd584bfbb33092a46d541a1a0bbfe Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 16 Feb 2024 17:13:02 +0200 Subject: [PATCH] show balance if boost address provided --- templates/default/module/info.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/module/info.html.twig b/templates/default/module/info.html.twig index 22fd41b..c3dde92 100644 --- a/templates/default/module/info.html.twig +++ b/templates/default/module/info.html.twig @@ -2,9 +2,9 @@ {{ 'online:' | trans }} {{ online }} / {{ 'block:' | trans }} {{ wallet.block }} + {% if boost.address %} / {{ 'balance:' | trans }} {{ wallet.balance }} - {% if boost.address %} / {{ 'boost:' | trans }} {% if explorer.url %}