diff --git a/BTCPayServer/Views/StorePullPayments/NewPullPayment.cshtml b/BTCPayServer/Views/StorePullPayments/NewPullPayment.cshtml
index 58a0599db..588c8a4d8 100644
--- a/BTCPayServer/Views/StorePullPayments/NewPullPayment.cshtml
+++ b/BTCPayServer/Views/StorePullPayments/NewPullPayment.cshtml
@@ -2,11 +2,11 @@
@using BTCPayServer.Views.Stores
@model BTCPayServer.Models.WalletViewModels.NewPullPaymentModel
@{
- Layout = "../Shared/_NavLayout.cshtml";
- ViewData["NavPartialName"] = "../Stores/_Nav";
ViewData.SetActivePage(StoreNavPages.PullPayments, "New pull payment", Context.GetStoreData().StoreName);
}
+