From 3e13e478ade107624dd2c4552418d3bf1cfbcb68 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 29 Apr 2020 01:43:41 +0900 Subject: [PATCH] Fix click on label --- BTCPayServer/Views/Wallets/WalletTransactions.cshtml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 }