diff --git a/BTCPayServer/Components/StoreRecentTransactions/Default.cshtml b/BTCPayServer/Components/StoreRecentTransactions/Default.cshtml index 7c67143ea..61c993de1 100644 --- a/BTCPayServer/Components/StoreRecentTransactions/Default.cshtml +++ b/BTCPayServer/Components/StoreRecentTransactions/Default.cshtml @@ -43,7 +43,7 @@ @foreach (var tx in Model.Transactions) { - + @tx.Timestamp.ToTimeAgo() diff --git a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml index a2013b2f4..5bea2feaa 100644 --- a/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/UIWallets/WalletTransactions.cshtml @@ -42,10 +42,6 @@ order: 1; } } - - .unconf > * { - opacity: 0.5; - } #LoadingIndicator { margin-bottom: 1.5rem; diff --git a/BTCPayServer/Views/UIWallets/_WalletTransactionsList.cshtml b/BTCPayServer/Views/UIWallets/_WalletTransactionsList.cshtml index 52cbdc385..af7afa820 100644 --- a/BTCPayServer/Views/UIWallets/_WalletTransactionsList.cshtml +++ b/BTCPayServer/Views/UIWallets/_WalletTransactionsList.cshtml @@ -6,7 +6,7 @@ } @foreach (var transaction in Model.Transactions) { - +