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) }}
|