TransactionAmount template preview in account > payee is incorrect
The template preview for `transactionAmount` in the `account > payee` section incorrectly displays a number. The actual value is an object of the form `{ amount, currency }`. Users should be able to see the correct object structure in the preview to accurately build their templates using `it.transactionAmount.amount` or `it.transactionAmount.currency`.