diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index 55b26ed37..8a298ae21 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -200,17 +200,19 @@ @if (Model.Labels.Count > 0) { - @foreach (var label in Model.Labels) - { - @if (transaction.Labels.Contains(label)) +
+ @foreach (var label in Model.Labels) { - + @if (transaction.Labels.Contains(label)) + { + + } + else + { + + } } - else - { - - } - } +
}