diff --git a/BTCPayServer/Views/UIStores/_Nav.cshtml b/BTCPayServer/Views/UIStores/_Nav.cshtml index 4c199c7c9..73b98dd5c 100644 --- a/BTCPayServer/Views/UIStores/_Nav.cshtml +++ b/BTCPayServer/Views/UIStores/_Nav.cshtml @@ -1,17 +1,20 @@ @using BTCPayServer.Client +@{ + var storeId = Context.GetStoreData()?.Id; +}