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)) {