diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index c08871fe4..7d7bb20ce 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -101,11 +101,13 @@ position: relative; " title="@label.Tooltip"> - @label.Value - @if (!string.IsNullOrEmpty(label.Link)) { - + @label.Value + } + else + { + @label.Value }