diff --git a/packages/desktop-client/src/components/transactions/SimpleTransactionsTable.tsx b/packages/desktop-client/src/components/transactions/SimpleTransactionsTable.tsx index c0895abd885..ad4e8e40892 100644 --- a/packages/desktop-client/src/components/transactions/SimpleTransactionsTable.tsx +++ b/packages/desktop-client/src/components/transactions/SimpleTransactionsTable.tsx @@ -92,7 +92,7 @@ const TransactionRow = memo(function TransactionRow({ ); case 'imported_payee': return ( - + {transaction.imported_payee} ); diff --git a/upcoming-release-notes/7031.md b/upcoming-release-notes/7031.md new file mode 100644 index 00000000000..c489571e062 --- /dev/null +++ b/upcoming-release-notes/7031.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [danielalanbates] +--- + +Fix missing tooltip on imported payee column in rule result window