diff --git a/BTCPayServer/Components/NotificationsDropdown/Default.cshtml b/BTCPayServer/Components/NotificationsDropdown/Default.cshtml index e5c5fdbac..829c4aed7 100644 --- a/BTCPayServer/Components/NotificationsDropdown/Default.cshtml +++ b/BTCPayServer/Components/NotificationsDropdown/Default.cshtml @@ -3,17 +3,17 @@ @inject CssThemeManager CssThemeManager @using BTCPayServer.HostedServices @using BTCPayServer.Views.Notifications -@using Microsoft.AspNetCore.Http.Extensions @model BTCPayServer.Components.NotificationsDropdown.NotificationSummaryViewModel @addTagHelper *, BundlerMinifier.TagHelpers @if (Model.UnseenCount > 0) {