From d083e447b635671d0002df096210271c1d0434a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adriana=20Ceri=C4=87?= <62163307+AdrianaCeric@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:05:30 -0500 Subject: [PATCH] fix(TripMonitorNotification): Make initial reminder not a list --- src/main/resources/templates/MonitoredTripHtml.ftl | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/main/resources/templates/MonitoredTripHtml.ftl b/src/main/resources/templates/MonitoredTripHtml.ftl index 1876a405b..7ca412671 100644 --- a/src/main/resources/templates/MonitoredTripHtml.ftl +++ b/src/main/resources/templates/MonitoredTripHtml.ftl @@ -8,11 +8,19 @@ <#macro EmailMain>

Your trip has the following notifications:

+ + <#if notification.type == "INITIAL_REMINDER"> +

${notification.body}

+ + +

View all of your saved trips in ${OTP_UI_NAME}.