{label}
{value}
{detail &&{detail}
}{transactionTitle(tx)}
{[tx.account_org_name, tx.account_name].filter(Boolean).join(' - ') || 'Account'}
{formatCents(cents, { signed: true })}
{error}
SimpleFIN bridge required
{accounts.length} monitored {accounts.length === 1 ? 'account' : 'accounts'} synced through SimpleFIN
{accountLabel(account)}
{[account.account_type, account.currency].filter(Boolean).join(' - ') || 'Bank account'}
Balance
{formatCents(account.balance)}
Available
{account.available_balance == null ? '—' : formatCents(account.available_balance)}
{group.label}
)} {group.items.map(tx => ({total === 0 ? '0 transactions' : `${(page - 1) * PAGE_SIZE + 1}-${Math.min(page * PAGE_SIZE, total)} of ${total} transactions`}