diff --git a/packages/desktop-client/src/components/modals/EditRule.js b/packages/desktop-client/src/components/modals/EditRule.js index 1af0c6e29c7..79019347296 100644 --- a/packages/desktop-client/src/components/modals/EditRule.js +++ b/packages/desktop-client/src/components/modals/EditRule.js @@ -271,7 +271,7 @@ function ScheduleDescription({ id }) { return ( - + - - Amount: {formatAmount(schedule._amount)} - + Amount: {formatAmount(schedule._amount)} - - Next: {monthUtils.format(schedule.next_date, dateFormat)} - + Next: {monthUtils.format(schedule.next_date, dateFormat)}