From 5999ee406cbcf15d74e46b9f1bc47c67023f450b Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 24 Oct 2022 19:58:12 +0200 Subject: [PATCH] Fix style --- resources/views/list/groups.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/list/groups.twig b/resources/views/list/groups.twig index edb6cf9ffe..f5a5a97598 100644 --- a/resources/views/list/groups.twig +++ b/resources/views/list/groups.twig @@ -99,7 +99,7 @@ {% set style="border-bottom:1px #aaa solid;" %} {% endif %} - + {% if transaction.transaction_type_type == 'Withdrawal' %} {% endif %} @@ -138,7 +138,7 @@ {% endif %} - + {# deposit #} {% if transaction.transaction_type_type == 'Deposit' %} {{ formatAmountBySymbol(transaction.amount*-1, transaction.currency_symbol, transaction.currency_decimal_places) }}