From 6ae9dee982cc654155a244a75e3f853d0b4bb5dd Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Sun, 14 Nov 2021 16:02:32 -0800 Subject: [PATCH] Fix giant "Save comment" button issue --- BTCPayServer/Views/Wallets/WalletTransactions.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index 7b1d19480..144a80910 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -1,4 +1,4 @@ -@model ListTransactionsViewModel +@model ListTransactionsViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData.SetActivePageAndTitle(WalletsNavPages.Transactions, $"{Model.CryptoCode} Transactions", Context.GetStoreData().StoreName); @@ -232,7 +232,7 @@
- +