360 |
361 |
${transaction.description}
362 |
363 | ${transaction.category ? `${transaction.category}` : ''}
364 | ${formattedDate}
365 | ${isRecurring ? `(Recurring)` : ''}
366 |
367 |
368 |
369 | ${transaction.type === 'expense' ? '-' : ''}${formatCurrency(transaction.amount)}
370 |
371 |