diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index dfe21ce2f..ada41a484 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -5,8 +5,6 @@ ViewData.SetActivePageAndTitle(WalletsNavPages.Transactions); } @if (TempData.ContainsKey("TempDataProperty-StatusMessage")) { @@ -64,7 +66,17 @@ @foreach (var label in transaction.Labels) { - @label.Value + + @label.Value + }