+ Date + | ++ Description + | ++ Commitment + | +
---|---|---|
+ {format(commitment.plannedDate, "MMM yyyy")} + | ++ {capitalCommitmentTypes.find( + (type) => type.code === commitment.type, + )?.description ?? commitment.type} + | ++ {numbro(commitment.totalValue) + .format({ + average: true, + output: "currency", + mantissa: 2, + }) + .toUpperCase()} + | +