diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index a65f3023e..dfe21ce2f 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -55,7 +55,7 @@ @foreach (var transaction in Model.Transactions) { - + @transaction.Timestamp.ToBrowserDate() @@ -67,7 +67,7 @@ @label.Value } - + @transaction.Id