From 0ec566e6dfadfcfa2c91d1e65df452c055eeb5b5 Mon Sep 17 00:00:00 2001 From: rockstardev Date: Thu, 11 Jun 2020 17:40:40 -0500 Subject: [PATCH] Removing modal reference that's not needed --- BTCPayServer/Views/Notifications/Index.cshtml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/BTCPayServer/Views/Notifications/Index.cshtml b/BTCPayServer/Views/Notifications/Index.cshtml index 7c3a62864..655d4bf63 100644 --- a/BTCPayServer/Views/Notifications/Index.cshtml +++ b/BTCPayServer/Views/Notifications/Index.cshtml @@ -2,9 +2,7 @@ @{ ViewData["Title"] = "Notifications"; } -@section HeadScripts { - -} +
@if (TempData.HasStatusMessage())