diff --git a/BTCPayServer/Views/PaymentRequest/MinimalPaymentRequest.cshtml b/BTCPayServer/Views/PaymentRequest/MinimalPaymentRequest.cshtml
index 8fea053c4..85f041819 100644
--- a/BTCPayServer/Views/PaymentRequest/MinimalPaymentRequest.cshtml
+++ b/BTCPayServer/Views/PaymentRequest/MinimalPaymentRequest.cshtml
@@ -8,10 +8,10 @@
@Model.Title
@Model.Status
-
-
+
+
-
+
| Request amount: |
@@ -27,9 +27,12 @@
- @Safe.Raw(Model.Description)
+ @if (Model.Description != null && Model.Description != "" && Model.Description != "
")
+ {
+ @Safe.Raw(Model.Description)
+ }
-
+
diff --git a/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml b/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml
index cfc9a451f..894f0a0f5 100644
--- a/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml
+++ b/BTCPayServer/Views/PaymentRequest/ViewPaymentRequest.cshtml
@@ -64,10 +64,10 @@ else
-
-
+
+
-
+
| Request amount: |
@@ -83,9 +83,13 @@ else
-
+
-