From 836ae44f9aa84b9870436e23911417674ab95019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20N=C3=A9meth?= Date: Mon, 23 Sep 2024 16:37:46 +0200 Subject: [PATCH] Typo --- Lombiq.HelpfulExtensions/Views/Layout-EmailTemplate.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lombiq.HelpfulExtensions/Views/Layout-EmailTemplate.cshtml b/Lombiq.HelpfulExtensions/Views/Layout-EmailTemplate.cshtml index 6b888c0..6ca0c08 100644 --- a/Lombiq.HelpfulExtensions/Views/Layout-EmailTemplate.cshtml +++ b/Lombiq.HelpfulExtensions/Views/Layout-EmailTemplate.cshtml @@ -23,7 +23,7 @@ - @if (Model.Preheader != null) + @if (Model.PreHeader != null) { @await RenderSectionAsync("PreHeader", required: false)