Skip to content

Add currency into recurrences object #2123

Open
@todo

Description

@todo

// TODO Add currency into recurrences object
const formatRecurrenceAmount = (amount, recurrence) => {
if (recurrence.currency) {
return `${Math.abs(amount)}${recurrence.currency}`
} else {
return `${Math.abs(amount)}${DEFAULT_CURRENCY_SYMBOL}`


This issue was generated by todo based on a TODO comment in ee7e82e when #2120 was merged. cc @cozy.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions