From 0ddd7832292b7cf2f55dadfdc9d7bc441bb8148e Mon Sep 17 00:00:00 2001 From: Kukks Date: Thu, 24 Aug 2023 14:47:53 +0200 Subject: [PATCH] update ss --- .../Views/Shared/FixedFloat/FixedFloatNav.cshtml | 3 ++- .../BTCPayServer.Plugins.SideShift.csproj | 2 +- .../Views/Shared/SideShift/SideShiftNav.cshtml | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Plugins/BTCPayServer.Plugins.FixedFloat/Views/Shared/FixedFloat/FixedFloatNav.cshtml b/Plugins/BTCPayServer.Plugins.FixedFloat/Views/Shared/FixedFloat/FixedFloatNav.cshtml index 02aa4b6..0f30b3f 100644 --- a/Plugins/BTCPayServer.Plugins.FixedFloat/Views/Shared/FixedFloat/FixedFloatNav.cshtml +++ b/Plugins/BTCPayServer.Plugins.FixedFloat/Views/Shared/FixedFloat/FixedFloatNav.cshtml @@ -1,5 +1,6 @@ @using BTCPayServer.Abstractions.Contracts @using BTCPayServer.Abstractions.Extensions +@using BTCPayServer.Client @using Microsoft.AspNetCore.Mvc.TagHelpers @inject IScopeProvider ScopeProvider @{ @@ -8,7 +9,7 @@ @if (!string.IsNullOrEmpty(storeId)) {