diff --git a/BTCPayServer/Views/UIInvoice/ListInvoices.cshtml b/BTCPayServer/Views/UIInvoice/ListInvoices.cshtml index e4e0d48d0..be680ee0c 100644 --- a/BTCPayServer/Views/UIInvoice/ListInvoices.cshtml +++ b/BTCPayServer/Views/UIInvoice/ListInvoices.cshtml @@ -4,6 +4,8 @@ @{ ViewData.SetActivePage(InvoiceNavPages.Index, "Invoices"); var storeIds = string.Join("", Model.StoreIds.Select(storeId => $",storeid:{storeId}")); + if (this.Context.GetRouteValue("storeId") is string) + storeIds = string.Empty; } @section PageHeadContent {