diff --git a/packages/desktop-client/src/components/transactions/TransactionsTable.js b/packages/desktop-client/src/components/transactions/TransactionsTable.js index f1f13868b3f5144ca8452c94b558f0c9cb9ab25e..6be14aa2af345014485cbc8ebfda54b23d5cc4ba 100644 --- a/packages/desktop-client/src/components/transactions/TransactionsTable.js +++ b/packages/desktop-client/src/components/transactions/TransactionsTable.js @@ -1651,7 +1651,7 @@ function TransactionTableInner({ onManagePayees={props.onManagePayees} onCreatePayee={props.onCreatePayee} onNavigateToTransferAccount={onNavigateToTransferAccount} - onNavigateToSchedule={onNavigateToTransferAccount} + onNavigateToSchedule={onNavigateToSchedule} balance={ props.transactions?.length > 0 ? props.balances?.[props.transactions[0]?.id]?.balance diff --git a/upcoming-release-notes/1645.md b/upcoming-release-notes/1645.md new file mode 100644 index 0000000000000000000000000000000000000000..90925503738b10867d9ffad3ac344b3503bff1ce --- /dev/null +++ b/upcoming-release-notes/1645.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [joel-jeremy] +--- + +Fix navigateToSchedule prop.