@using BTCPayServer.Services @inject DisplayFormatter DisplayFormatter @model BTCPayServer.Components.StoreRecentTransactions.StoreRecentTransactionsViewModel
| Date | Transaction | Labels | Amount |
|---|---|---|---|
| @tx.Timestamp.ToTimeAgo() |
|
@if (tx.Labels.Any()) { } | @DisplayFormatter.Currency(tx.Balance, tx.Currency) |
There are no recent transactions.
}