From bf66983ee6abe8feab7cece2af6a09efb5fca7f9 Mon Sep 17 00:00:00 2001 From: "ola.tomoloju" Date: Fri, 15 Dec 2023 11:44:44 +0000 Subject: [PATCH] PP-11877 review update --- app/views/transactions/index.njk | 4 ++-- app/views/transactions/list.njk | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/views/transactions/index.njk b/app/views/transactions/index.njk index a388211083..d3a87dadd9 100644 --- a/app/views/transactions/index.njk +++ b/app/views/transactions/index.njk @@ -66,8 +66,8 @@ {% include "transactions/display-size.njk" %} {% if (isInvalidDateRange) %} -

End date must be after start date

-

The from date entered is {{fromDateParam}} and the to date entered is {{toDateParam}}

+

End date must be after start date

+

The from date entered is {{fromDateParam}} and the to date entered is {{toDateParam}}

{% else %}

{% if totalOverLimit %} diff --git a/app/views/transactions/list.njk b/app/views/transactions/list.njk index a22aae0ee7..a2dbc5fb7e 100644 --- a/app/views/transactions/list.njk +++ b/app/views/transactions/list.njk @@ -51,8 +51,10 @@ {% else %} - {% if (isInvalidDateRange) %} - {% else %} + {% if not isInvalidDateRange %}

There are no results for the filters you used.

{% endif %} {% endif %} + + +